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

    When you visit the site in the private content and you change the size of your browser, the menu goes through the menu. Is it possible to let the mobile menu kick in earlier? I already changed the optie “Menu items for mobile” to smartphones and tablets.

    I hope you can help me out.
    Thnx!

    #823780

    Hey gdg161987,

    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:1150px) {
      .main_menu .menu-item  {
        display: none;
      }
      .main_menu .av-burger-menu-main {
        display: block;
      }
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #823806

    Great it works :)

    thank you!

    #823833

    Hi!

    We’re glad that Victoria was able to help you. We’ll close this thread now. Please feel free to open a new topic if you need assistance with anything else.

    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/

    We’d also appreciate it if you can take a moment to review our theme if you haven’t already. https://themeforest.net/downloads

    Thank you for using Enfold.
    Cheers!
    Sarah

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘On tablets and ipads the menu goes through the logo’ is closed to new replies.