Home>Support>Help creating full width navigation menu in Vantage

Help creating full width navigation menu in Vantage

Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].

Hi,
I’ve done a bit of searching in the forums, and I’m not quite finding what I need. Site currently is at hillel.lisagoodgame.com.

We’re designing this as a full width site, but the navigation menu looks puny at the fixed width. I’ve tried to sort out CSS to change it, but I’m not having much luck. I know that Vantage doesn’t include a full width option for the menu, but is there anything I can do to make it so?

Alternatively, I’ve seen folks mention some plugins that can do this (like Max Mega Menu), so wondering if that’s another way to go.

Thanks!
Lisa

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 8 years, 10 months ago Andrew Misplon
    Hi, I Work Here

    Hi Lisa

    You can fix/change this with some custom CSS. If you navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Just add the following code.

    /* Main Menu */
    body.responsive.layout-full #page-wrapper .site-navigation .full-container {
    	max-width: 95%;
    }
    

    You might also need to install the SiteOrigin CSS Editor.

  2. 8 years, 10 months ago patkhu

    Thanks, it looks like that worked.

    I’m having a bit of an issue with the menu in mobile, however. Looking at it on Samsung S5 right now, and the word Menu is cut off in the middle of the “u.” Is there an option to not have “Menu” there at all and just have the hamburger, or can you help me with a snippet to get the mobile menu to fit within the portrait screen width?

    Thanks!
    L.

  3. 8 years, 10 months ago patkhu

    Ack, and one more related issue.

    The search icon is now way off on the righthand side of the screen on desktop, but when clicking on it, the search box opens wayyyy on the lefthand side of the screen. Are there any options for styling that differently? I’ve gone through the options in the Customize section, but not quite finding anything that affects that.

  4. 8 years, 10 months ago Andrew Misplon
    Hi, I Work Here

    You can try changing the previous rule to:

    @media (min-width: 680px) {
    	/* Main Menu */
    	body.responsive.layout-full #page-wrapper .site-navigation .full-container {
    		max-width: 95%;
    	}	
    }

    It, unfortunately, isn’t possible to upload a new search icon at the moment.

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More