Hi,
I have noticed that when my site is viewed in mobile the icons for the shop cart and the menu overlay the company logo.
Is there a way to adjust this or perhaps have the icons sitting in their own horizontal area?
The issue is also on your ‘travel’ demo.
Cheers
John
Hey John,
I couldn’t see anything like that on the travel demo, could you link to your site so that we can have a look please?
Best regards,
Rikard
Hi Rikard,
Here you go..
Cheers
John
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width: 767px) {
.responsive .logo img {
max-width: 70% !important;
}
}
Best regards,
Jordan
Hi Jordan,
Thank you – that did the trick.
Is there a way to specify a logo to use in this mobile view? Reason asking is that for some reason the logo becomes a little less defined on parts.
Cheers
John
Hi,
You can do this: http://kriesi.at/documentation/enfold/change-logo-on-mobile/
Best regards,
Ismael
Thanks Ismael :) .