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

    Hi,
    On my phone, you used to be able to see the burger icon when you went to my site, but now you can’t. If you click on the white space that’s now there, the menu will come up but a visitor won’t know this.

    Also on my iPad as well as screens smaller than 13″, the menu isn’t shrinking to fit the screen size so either the menu gets cut off on laptops or it runs on top of my logo on iPad.

    Please help. I’ve tried everything I know how to do, including deleting the advanced styling and uploading a smaller logo. None of this is helping.

    Thanks in advance

    #1104365

    Hey msraji,
    Thanks for the login, I added this css to your WordPress > Customize > Additional CSS field:

    @media only screen and (max-width: 767px) {
    #top .header_color .av-hamburger-inner, #top .header_color .av-hamburger-inner::before, #top .header_color .av-hamburger-inner::after {
        background-color: #640000 !important; 
    }
    }

    and cleared your cache plugin, and your burger menu now shows, Please clear your browser cache and check.

    Best regards,
    Mike

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