Full Width Mega Menu - by thisisbolo - on WordPress WooCommerce support

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

  • Avatar: thisisbolo
    thisisbolo
    Participant
    December 12, 2017 at 00:59

    Is there a way to hack the .css to make the mega menu full width?

    3 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 12, 2017 at 09:48

    Hello,

    Thanks for the topic.
    Could you please provide screenshot for better understanding?

    Regards

    Avatar: thisisbolo
    thisisbolo
    Participant
    December 12, 2017 at 13:29
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 12, 2017 at 14:33

    Hello,

    This is no such option by default, but you may use custom css code, for example, add this code in Theme Options > Styling > Custom css or in style.css file of child theme:

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

    Also, our documentation can be useful for you http://xstore.helpscoutdocs.com/article/27-mega-menu

    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.