Archived topic
Set all Blog Posts for Full Width Page Builder Container
5 replies · Started by Nathan on August 18, 2017
Is there a way with code or a setting I'm missing somewhere to set all blog posts to use a Full Width page container? I realize I can change each one with the metabox on the post, but with a few hundred blog posts, that seems like a solution that's not much fun.
The end result I'm looking for is for all blog posts to be full width as if I had manually set each post to Full Width in the Page Builder Container metabox.
Thanks!
Hi Nathan,
Give this CSS a shot:
.single .container.grid-container {
max-width: 100%;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Thanks Leo, that works.
You're welcome!
I tried this with Beaver Builder as the page builder, and using their Layout CSS, and it's not working. Thoughts?
What's not working? Can you link me to the page in question?