Tagged: cart icon
Hi.
when seen in smartphones, the cart icon falls over the logo. I checked the solutions provided for this issue so far but none could be of any help.
would you please check this. my website is http://www.zabanplus.com and I am seeing it on my LG V10 using Chrome.
thanks.
Hey esliran,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
.responsive #top .cart_dropdown {
right: auto !important;
left: 15% !important;
}
}
Best regards,
Rikard
Hi Rikard,
It works great! Thanks for the fantastic support.