Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #362323

    Good day,

    I would like to modify the responsivness of the main menu so that if the width goes below 925px, the menu adjusts itself automatically.
    Right now, when I lower the width of the page, the main menu goes below and onto the layerslider. I would like to avoid that ?

    I tried modifying the grid.css width and the layout.css and it didn’t take.
    I also tried adding some code in the custom.css section and it also didn’t take.

    Thank you

    #362958

    Hey futemarketing!

    Try this CSS out.

    @media only screen and (max-width: 925px) {
    nav.main_menu { display: none !important; }
    #advanced_menu_toggle { display: block !important; }
    }

    Regards,
    Elliott

    #364287

    Good day Elliott,

    Works perfectly thank you very much.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘How to adjust main menu responsivness’ is closed to new replies.