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

    Hello

    in Backend can i change the mobile menu style, but only under 990px.

    How can i change this value to 1024px?

    Thanks

    #929532

    Hey isarcolor,

    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

    #929685

    fine, thanks for help!

    #930309

    Hi isarcolor,

    Glad we could help :)

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

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Enfold theme how can i change the value about menu items for mobile’ is closed to new replies.