Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1244970

    Hello,
    In order to style the mobile menu, the hamburger icon was moved out of the clickable area. To expand the mobile menu, the user has to click above the hamburger icon where there is nothing to get the menu to open. How can I move the tappable area with the icon? https://www.publichousebrewery.com/
    Thanks!

    #1245259

    Hey Andrea,

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

    @media only screen and (max-width: 767px) {
    .responsive #header .social_bookmarks {
        width: 90%;
    }
    }

    Best regards,
    Rikard

    #1245781

    This is great! I tweaked it a bit and it works awesome. Thank you!

    #1245926

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Burger menu outside of clickable area’ is closed to new replies.