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

    Hi,

    my menu is overlapping on smaller screens?
    How can i automatically switch to smaller screens to burger menu?

    Please be so kind and have a look.

    Kind regards Jak

    #1247163

    Hey Jak73,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (min-width: 768px) and (max-width: 1100px) {
      .menu-item {
        display: none;
      }
      .av-burger-menu-main.menu-item-avia-special, #menu-item-search {
        display: block;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1247189

    Hi Victoria,
    thanks a lot!
    kind regards
    Jak

    #1247223

    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 ‘Menu is overlapping in smaller screens?’ is closed to new replies.