Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #264557

    Hello
    One of my customer do not like the standard main menu.
    It prefers the menu that is used when we are in responsive mode, the little sandwhich
    Is there a way to tell enfold to always be in that mode?
    Thanks

    #264580

    You could adjust the width at which the menu changes to like 9999: https://kriesi.at/support/topic/top-menu-with-the-social-icons-bigger/#post-134332

    This way it will change to the mobile menu earlier.

    #264633

    Hey!

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

    .main_menu { display: none; }
    #advanced_menu_toggle, #advanced_menu_hide { display: block; }

    Regards,
    Yigit

    #264638
    This reply has been marked as private.
    #264641

    Hey!

    Please add following code to Quick CSS as well

    #mobile-advanced { display: block; }

    Regards,
    Yigit

    #264653

    solved ;-)
    just added this: #header_main .social_bookmarks {right: 57px !important;} because the social network

    #264657

    Hey!

    Great :) You are welcome!

    Cheers!
    Yigit

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Always hide the main menu?’ is closed to new replies.