• Resolved jrheault

    (@jrheault)


    This is driving me absolutely bananas. I’ve tried all of the fixes that suggested and none are working. I need the menu to cover the full width of the page and cover the old menu. Any help is appreciated. I have the paid version of this as well if that helps.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author megamenu

    (@megamenu)

    Hi Jr,

    Thanks for posting a link.

    1. Please go to Mega Menu > Menu Themes > Custom Styling and remove the “width: 900px”

    2. Go to Appearance > Customize > Additional CSS and add the following:

    .mega-menu-primary-menu .tg-logo {
    	display: none;
    }
    .mega-menu-primary-menu #tg-nav .tg-navigation > ul {
    	display: block;
    }
    .mega-menu-primary-menu #tg-nav {
    	padding: 0;
    }
    .mega-menu-primary-menu #tg-navigation {
    	padding: 0;
    }

    That should hide the theme logo and make the menu full width.

    If you need further help, please get in touch through https://www.megamenu.com/support/ (including a reference to this ticket)

    Thread Starter jrheault

    (@jrheault)

    Thank you!!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Menu width not extending’ is closed to new replies.