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

    i have alot of links on my page at the top. but on certain resolutions they run into the logo. How do I fix that?

    #566655

    Hey MetalX2!

    Add this to your custom CSS.

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

    Best regards,
    Elliott

    #567470

    I tried that and it still doesnt work. Is there something else I need to do.

    #567606

    That made it worse.

    #567961

    Hi!

    In that case please remove the custom css provided and use these settings in the Enfold > Header Options.

    This will make the logo center and menu below the logo since you have a lot of menu items this layout works best for you.

    Cheers!
    Vinay

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