Home>Support>Masthead menu not full screen width?? (Vantage and CSS Editor)

Masthead menu not full screen width?? (Vantage and CSS Editor)

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 just changed the colour of my masthead menu in CSS Editor and discovered that the menu is not covering the full screen.
There seem to be spaces at each end.
I’ve got the Layout bound at full width it’s only the menu that looks boxed.

Can someone help?

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

  1. 9 years, 2 months ago Alex S
    Hi, I Work Here

    Hi Matt,

    By default the header won’t be “full width” due it being undesirable for users on larger monitors (reference). With that said, you can remove this limit with CSS. If you navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Just add the following code.

    .hgroup.full-container {
    	max-width: none !important;
    }
    
    .site-header {
    	padding-left: 0 !important;
    	padding-right: 0 !important;
    }
    

    You might also need to install the SiteOrigin CSS Editor.

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