Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #979294

    hi guys, I would need to show the burger menu even in the horizontal tablet. how can i do this?

    #979711

    Hey 4EPIU,

    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;
      }
    }
    

    Best regards,
    Rikard

    #981607

    thank u!

    but i don’t want hide the search icon! how can i let see it?

    #981610

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    CSS Snippet:

    @media only screen and (max-width: 1300px) {
    #top #header .av-main-nav > li#menu-item-search.menu-item {
        display: block!important;
    }}
    
    

    Best regards,
    Yigit

    #981612

    thank u!

    • This reply was modified 6 years, 3 months ago by 4EPIU.
    #981618

    Hi,

    You are welcome! :)

    For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
    If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Burger menu in horizontal tablet’ is closed to new replies.