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

    Hi,
    I do not know where enfold decide to adjust pixels in mobile menu (three lines)?

    #911643

    Hey aeuroweb,

    Can you please explain a bit more, which element and on which page you want to adjust. Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #911660

    serprimeroengoogle menu problem on tablet. I would like to decide WHEN START mobile menu ( example at 850px)

    when you see in a tablet, logo and menu crash

    #911737

    Hi aeuroweb,

    From what I see, the menu should be the burger till 1230px, so the code is below.

    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 (max-width: 1230px) {
      nav.main_menu, #menu-item-search {
        display: block !important;
      }
      .menu-item {
        display: none;
      }
      .av-burger-menu-main.menu-item-avia-special {
        display: block;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

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