Tagged: , ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #871868

    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

    #872106

    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

    #872216

    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/ ?

    #873153

    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

    #873175

    That worked. Thanks!

    #873200

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Search icon overlaying the logo on mobile’ is closed to new replies.