Site logo

Archived topic

Full width Page Header while not full screen & content with specific width

8 replies · Started by themedleb on October 27, 2017

Viewing posts 1–9 of 9

Hello there,

Is there a way to make the Page Headers full width while it is not full screen, and content area with specific width using pixels or like pushed from the right and the left of the screen with 10% (lesser than the the Page Header).

Thank you.

Yeah I did, but when the website is in bigger resolution screen the Page Header's width looks limited, not full width, I think it's because it is inside the website's container. And about the content I need it's width to be smaller than the Page Header's.

Can you link me to the site?

I'm sorry, It's in a localhost, I can provide you with screenshots.

Any chance you can duplicate on a live server? It might help us find the solution faster.

Okay.

Would this do the trick?

/** Full width Page Header with specific width for Content **/

// Overrides "Container Width" option in Customizer > Layout > Container
body .grid-container {
  max-width: 100%;
}

// Manually set "Container Width" for the rest of the elements
.container.grid-container {
  max-width: 1200px;
}

I was looking for the customization option for having the page-header to be "separated" from the main content too. :)

Hi Daniel,

I'm not sure what you mean?

Can you open a topic for your question?

Thanks!

This archived topic is closed to new replies.