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

    Hi,

    I applied your fix (.html_header_top.html_bottom_nav_header #header_main_alternate .main_menu ul:first-child { width: auto;}) after updating to enfold 4.1. This fix the main menu. But it brakes the mega menu position which is now not centered.

    Any advice to fix this?

    Thank you.

    #819402

    Hey,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Best regards,
    Yigit

    #819418

    Here you go.

    #819631

    I finally managed to fix it by adding this:

    /* Fix main menu centered */
    .html_header_top.html_bottom_nav_header #header_main_alternate .main_menu ul:first-child {
    width: auto;
    position: static;
    }

    #819643

    Hey!

    Glad you figured it out and thanks for sharing your solution.

    I tried it a few possible solutions however none of them worked so i reported the issue to our devs and shared a link of this thread as a reference :)

    Cheers!
    Yigit

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