Dropdown menu - by toston - on WordPress WooCommerce support

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

  • Avatar: toston
    toston
    Participant
    December 25, 2020 at 18:23

    Hi

    Having problem with my page, when you click on the category presenter the menu is falling down but it is left outside the page. This should be center but cant find how to solve this?

    Thanks.

    Please, contact administrator
    for this information.
    3 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 26, 2020 at 09:40

    Hi,

    Add the next code in Theme Options > Theme custom CSS:

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

    Regards

    Avatar: toston
    toston
    Participant
    December 26, 2020 at 09:59

    Thanks.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 26, 2020 at 10:07

    You’re welcome!

    Regards

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

The issue related to '‘Dropdown menu’' has been successfully resolved, and the topic is now closed for further responses

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