Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1258749

    Hi guys
    I have bought this theme 6 times! I love it! But I’m having issues with my search icon. It’s showing up across the logo on mobile devices. Here is a screenshot: https://imgur.com/a/P3bqHBj
    Can you suggest some CSS to fix this?
    Thanks,
    Jon

    #1259010

    Hey jonroot,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    .responsive .logo img {
        max-height: 70px;
    }
    }

    Best regards,
    Rikard

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.