Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #453147

    hi,

    The minimized responsive menu is triggered when the browser window reaches to a certain width, can it be changed?
    I am asking because the logo overlaid with the menu if the logo width is too wide.
    http://screencast.com/t/x0trhCJeb2m

    thank you :)

    #453596

    Hi decode!

    Yes it can, you can change it to 990px or 768px under Enfold–>Header–>Mobile menu. If you need another value then please provide us with a link to the site and we’ll provide you with the CSS to change it.

    Regards,
    Rikard

    #453919
    This reply has been marked as private.
    #454276

    Hey!

    Please use the following CSS:

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

    Adjust the value 1024 to the width you would like it to change on.

    Regards,
    Rikard

    #456978

    works perfectly ! thank you :)

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘logo width and responsive menu’ is closed to new replies.