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

    Hi, Would you be able to tell me how I would change the resolution theshold that the hamburger icon (the 3 lines that appear when you reduce the window size).

    I have some header image / menu text overlap on some lower resolutions before the hamburger icon threshold is reached.

    Many thanks

    • This topic was modified 9 years, 2 months ago by aztamer.
    #503235

    Hey aztamer!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 1024px) {
    #mobile-advanced, #advanced_menu_toggle, #advanced_menu_hide { display: block; }
    nav.main_menu { display: none; }}
    #wrap_all {
    position: relative !important;
    }
    

    And adjust 1024px as needed

    Regards,
    Yigit

    #503283

    Great thanks that worked perfectly.

    #503292

    Hi!

    You are welcome, glad we could help :)
    Let us know if you have any other questions or issues

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Hamburger trigger resolution’ is closed to new replies.