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

    Hello to all :)

    I need to enable ‘mobile’ menu burger style below 1200px. What is the actual CSS code please?
    I used to have this: https://kriesi.at/support/topic/mobile-menu-settings/ but it doesn’t work with latest Enfold version.
    Thanks for help!

    Milan

    #1093825

    Hey Milan,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 1200px) {
      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

    #1093919

    Hello Rikard,
    Thank you very much for your help. It works perfectly!
    Have a great day!
    Milan

    #1093975

    Hi,

    I’m glad that helped. 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 ‘Mobile Menu Width Activation’ is closed to new replies.