Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #747412

    Hey Guys!

    I have a problem with the breakpoint of my Website.
    The Navigation looks good to 1353px width and looks bad from 1352px width down to 961px width . I want to make the toggle menu in in this bad area instead of the normal menu.

    #747800

    Hey Modellsport,

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

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

    Best regards,
    Rikard

    #747875

    Hey !

    It doesen´t work :/ . http://www.bilder-upload.eu/show.php?file=560537-1487232521.png

    Best regards,

    Modellsport Schwieghofer

    #749237

    Hi!

    You didn’t mention that you’re using the “Ubermenu” plugin. I’m sorry but we don’t have any control over the plugin settings. Please contact the plugin author for additional help.

    Regards,
    Ismael

    #788346

    Hi,

    I’ve used that code to change the break point so that I avoid menu text encroaching on the logo. That works, but, the burger menu starts by sitting outside of the main content area. Is there a way to fix that?

    @media only screen and (max-width: 1353px) {
    nav.main_menu {display:none !important;}
    #advanced_menu_toggle, #advanced_menu_hide {display:block !important;}
    }
    https://screencast.com/t/lYhVkcWUrzEC

    Thanks

    Phil

    #788539

    Hi Phil,

    I am not seeing Enfold menu any more, did you get it solved or you need more help?

    Best regards,
    Victoria

    #788561

    Hi Victoria,

    Yes. I adjusted the max-width parameter and that seems to cure the problem.

    Thanks

    Regards

    Phil

    #788586

    Hi Phil,

    Glad to hear that. Just let us know if you need more assistance on this topic or if we can close this thread :)

    Best regards,
    Nikko

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.