This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

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

9 years ago · Last reply by Alex S 9 years ago

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.

Need fast email support? Get SiteOrigin Premium

Replies

1
  1. Alex S Staff 9 years, 10 months ago

    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.

Have a different question or issue?

Start New Thread