Make Mobile Cart Thinner
You can easily make your cart appear thinner on mobile.
Simply add the following code to the CSS box at the bottoms of the settings page:
@media (max-width: 450px){
#monster-upsell-cart[data-rtl='false'] .monster_upsell_rtl {
width: 85% !important
}
}
Simply add the following code to the CSS box at the bottoms of the settings page:
@media (max-width: 450px){
#monster-upsell-cart[data-rtl='false'] .monster_upsell_rtl {
width: 85% !important
}
}
Updated on: 21/02/2023
Thank you!