Hi!
I have a problem that the shopping cart is overlapping the logo on mobile? Is there a quick fix for this? Like reducing the logo-size on mobile?
Thanks :)
Hi luckylobo10!
It’s displaying fine on my end. Did you get it sorted? Try clearing your browser cache and any caching related plugins you might have installed.
Regards,
Elliott
Reduce your broweser to mobile-size, and you’ll see the shopping-cart icon overlapping the logo :)
Hey!
Yes, I don’t see any overlapping, mobile or not. What browser and operating system are you using? Can you take a screenshot of what your seeing?
If your on an Android mobile device then be sure your using the official Chrome browser.
Cheers!
Elliott
Thanks for your reply!
I do not understand how you don’t see it :) Attached is two printscreens. One from my phone (Note S4 with Chrome). The other is mobile-sized Chrome browser on desktop PC.
The shopping cart is covering the end of the logo.
Thanks :)
Hi,
Please try the following in Quick CSS under Enfold–>General Styling:
@media only screen and (max-width: 767px) {
strong.logo a img {
max-height:65px !important;
}
}
Best regards,
Rikard
Perfect. Thanks!