Archived topic
Theme not in full width
12 replies · Started by optimusvault on September 28, 2015
You may see that the theme isn't in full width.
Wondering how I can change this please.
Are you wanting your content area to be full width like your header?
Yes please.
Give this CSS a try:
body .grid-container {
max-width: 100%;
}
Adding CSS: https://generatepress.com/knowledgebase/adding-css/
Tried it and it stays the same. I even made the sidebar spacing 0px to see if it was the sidebar causing the issues even though no sidebar on my site.
Could it be because
Container Width - 1100px
Not wide enough?
Where did you add that CSS? I'm not seeing it anywhere.
Used the Jetpack edit CSS.
Something must be wrong with the configuration - I'm not seeing it added to your website (checked the source).
Alternatively, you can go to "Customize > Layout" and increase the container width to the max.
If I increase it to the max will it still show up correctly for smaller screens?
It's here:
<style id="custom-css-css">.edit-link{display:none}body.grid-container{max-width:100%}</style>
Ah, I see the issue - I edited my code above: https://generatepress.com/forums/topic/theme-not-in-full-width/#post-140399
Either way, it will display correctly on smaller screens :)
Thanks sir. Amazing theme <3
Thanks! :)
