Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1278175

    Good afternoon, I have tried many solutions in your support but I can not get my site to have a breakpoint change. Because they have the button & image in their menu the menu goes under the logo at 1024. How can I get it to break sooner so that the mobile shows up sooner. Thank you for your help and a great theme.
    Sylvia

    #1278406

    Hi Sylvia,

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.