Archived topic
Change the width of blog post page (with sidebar)
1 reply · Started by Johanna on November 8, 2018
Viewing posts 1–2 of 2
I am trying to make the blog post width and sidebar I used bigger basically the site-container (only for blog posts)
I do not know how to change this width
Hi there,
You are referring to single post I assume?
If so try this CSS:
body.single .site.grid-container {
max-width: 1200px;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
This archived topic is closed to new replies.