Hi,
I’ve just noticed that the ‘Search’ icon is overlaid on logo when viewed on mobile (iPhone 5S with latest iOS). How can I get this fixed?
Thanks,
Andrius
Hey mazeika,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 479px) {
.logo img {
max-width:80% !important;
}
}
Best regards,
Rikard
Hi @Rikard, unfortunately this doesn’t seem to work. I’ve added the code to ‘Quick CSS’ yet I see no effect. Could you please have a look at http://dev.ritosgeles.lt/ ?
Labas,
Please try using following code
@media only screen and (max-width: 767px) {
.responsive #top #wrap_all .av-logo-container {
width: 100%!important;
max-width: 98%!important;
}}
Best regards,
Yigit
That worked. Thanks!
Hi,
I’m glad you were able to get this corrected. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon