Make cart drawer wider on desktop
Can you make your cart wider on desktop?
You suuuuure can 😜
For most themes you just need to add this code to the CSS box at the bottom of your cart settings page.
@media only screen and (min-width: 450px) { .monster_upsell_cart___25Ft7.monster_upsell_rtl.mu_openned { width:43% !important; } }
If this doesn't work please reach out to the team to help you via chat support or email support@monsterapps.shop
You suuuuure can 😜
For most themes you just need to add this code to the CSS box at the bottom of your cart settings page.
@media only screen and (min-width: 450px) { .monster_upsell_cart___25Ft7.monster_upsell_rtl.mu_openned { width:43% !important; } }
If this doesn't work please reach out to the team to help you via chat support or email support@monsterapps.shop
Updated on: 21/02/2023
Thank you!