Hello support team,
on an iPhone SE, the menu and cart icons overlap the logo in the top bar.
Please provide a fix for this issue.
Thanks in advance!
Hey!
Please refer to this post – http://kriesi.at/documentation/enfold/menu-overlaps-logo-on-tablets/ and if that does not help, please see – http://kriesi.at/documentation/enfold/switching-to-mobile-menu-on-higher-resolutions/
Best regards,
Yigit
Hello Yigit,
I tried your solutions, but they do not work. I am not facing this problem on a tablet, but on my smartphone (iPhone SE, size of iphone 5).
How will you tackle this issue?
Thanks again for your assistance.
Hi,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 479px) {
.logo img {
max-width:80% !important;
}
}
Adjust the % value to your liking.
Best regards,
Rikard
Hello,
this resolved our issue.
Thanks a lot!