Archived topic
Full width blog posts
6 replies · Started by Robert on October 1, 2017
Searched the forum already and have seen some misc responses to this, but is there a way through the GP options or programmatically (i.e. not through CSS) to by default have all posts have the full width meta option?
Disregard. I see that there isn't an option but I can just use the following css.
.single .container.grid-container {
max-width: 100%;
}
Glad you found the solution!
This helped me, too. Thanks!
I added that to Customize -> Additional CSS and it didn't change. I still have the "contained" look. I would think this would be adjustable on the page designated set as the blog, and then just Page Container = Full Width as per usual, but it doesn't seem to do anything either.
Here's my site: heartfelt-homes.com/blog
Thanks in advance for your help!
Nevermind, I found the other ticket on this. The solution seems to be:
body.blog .site.grid-container {
max-width: 100%;
}
Thanks!
Glad you figured out!