Archived topic
Homepage Not Extending to Full Width
6 replies · Started by Abi on February 21, 2022
Hello, I created a home page and set the container to full width but it's still not full width and appears boxed. I'm on Gutenberg and don't have any page builders. I've cleared the cache a few times too. TIA.
Hi Abi,
If you’ve set the Content Container here: https://share.getcloudapp.com/Wnuqj1l1
Can you also try going to Appearance > Customize > Layout > Container, and set the Container Width to 2000px?
See: https://share.getcloudapp.com/xQuz1lnL
Also see: https://docs.generatepress.com/article/container-width/
Kindly let us know how it goes. Hope to hear from you soon. :)
Ok. Off to try that now. I'll report back. Thanks.
I updated the container width in the Customizer to 2,000px as recommended in the link and cleared the cache but the home page on the desktop remains boxed instead of end to end on the screen. I also tried viewing it in different browsers and the results are the same. :(
Hi Abi,
I saw what’s causing your content to be contained. This isn’t coming from the customizer or the Layout settings.
See: https://share.getcloudapp.com/NQuxQb97
Can you locate this CSS in your website? It would be best if you can locate this and edit/delete it.
Alternatively, you can add this CSS to override this:
.no-sidebar .entry-content{
max-width:fit-content
}
You may refer to this with regards to adding CSS: https://docs.generatepress.com/article/adding-css/
Kindly let us know how it goes. Hope to hear from you soon. :)
That worked fine. Thanks...
You’re welcome Abi! Glad to be of assistance! Feel free to reach out anytime if you’ll need assistance with anything else. :)