Full Width Main Menu - by Amir - on WordPress WooCommerce support

This topic has 4 replies, 2 voices, and was last updated 2 years, 8 months ago ago by Olga Barlow

  • Avatar: Amir
    Amir
    Participant
    July 30, 2021 at 16:41

    Hey

    Does anyone have any guide to increasing the width of the main menu?
    ATM just using the main menu (no sub menus or mega menu) but may use these options in future)
    Can’t seem to see it on any thread.
    Thanks in advance.
    Amir

    3 Answers
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    July 30, 2021 at 18:04

    Hello,

    We don’t have option of the full-width mega menu but it’s possible to implement with custom CSS.

    @media only screen and (min-width: 992px) {
        .item-design-mega-menu .nav-sublist-dropdown {
            left: 0 !important;
            margin: 0 !important;
            right: 0 !important;
            width: 100% !important;
            max-width: 100% !important;
            transform: none !important;
        }
        .item-design-mega-menu, .header-top, .header-main, .header-bottom, .header-wrapper .et_column.pos-static ~ .et_column:last-child {
            position: static;
        }
    }

    Regards

    Avatar: Amir
    Amir
    Participant
    August 10, 2021 at 11:12

    Hey

    Please contact administrator
    for this information.
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    August 10, 2021 at 11:16

    Hello,

    Provide us with link to your site and temporary WP Dashboard access. We’ll check and help you.

    Regards

  • Viewing 4 results - 1 through 4 (of 4 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.