Mega Menu – Center the drop down menus

This topic has 2 replies, 2 voices, and was last updated 3 years ago ago by Rose Tyler

  • Avatar: lordlyh
    lordlyh
    Participant
    April 29, 2021 at 14:09

    Mega Menu – Center the drop down menus
    https://prnt.sc/12963h5

    1 Answer
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 29, 2021 at 14:36

    Hello,

    It is aligned according to the parent menu item.

    Try to add the next code in Theme Options > Theme custom CSS > Custom CSS for desctop:

    .header-wrapper .et_b_header-menu .menu .item-design-mega-menu.menu-item-has-children {
        position: static;
    }
    .header-wrapper .et_b_header-menu .item-design-mega-menu .menu-static-block.nav-sublist-dropdown {
        margin: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100%;
    }

    Regards

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.