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

    Is there a way to make the tablet/mobile display view size larger than 990px? The navigation is running behind the logo on a 1024px width square monitor. I would like the burger menu to appear on screen resolutions 1024px and under.

    #1125785

    Hey ibuzzint1,

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

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

    Change the value 1024 to the pixel value of your choice.

    Best regards,
    Jordan Shannon

    #1126015

    thank you that worked!

    #1126017

    Hi,

    Perfect! I’m happy to help. If you need anything else, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Tablet/Mobile View Size’ is closed to new replies.