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

    Hello,

    What is the script for adjusting the Burger Menu icon visibility? Currently my setting is “Activate for Smartphones and Tablets (browser width below 990px)”. I would like to activate the burger menu icon at a larger screen size. For example at 1100 pixels. My logo is very long and there are several menu items. When the tablet screen is viewed the menu items run over the logo.

    Thank you!
    John

    #1044864

    Hi John,

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

    @media only screen and (max-width: 1100px) {
      nav.main_menu {
        display: block !important;
      }
      #avia-menu .menu-item {
        display: none;
      }
      .av-burger-menu-main.menu-item-avia-special {
        display: block;
      }
    }
    

    Best regards,
    Rikard

    #1044997

    Perfect! Thank you so much. You guys always come through. – John

    #1045020

    Hi,

    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 – adjust when it becomes visible’ is closed to new replies.