Archived topic
Help Setting - Page width blog post page
3 replies · Started by muralidharan on October 29, 2017
Hi Can someone help me solve the content width of my blog below the title. I am aiming to increase the white space on left and right of the content
http://www.enrightpr.in/reminiscent-royal-era/
here is the link to the blog post. I would also like it to be universal across all my blog posts
thanks
Hi there,
Couple methods here:
- You can try increase the content padding: https://docs.generatepress.com/article/content-padding/
- Or decrease the container width: https://docs.generatepress.com/article/container-width/
If you want the single posts to have different container width, we can also use some CSS.
Let me know.
Hi Does this option set all the pages? or only the blog page which i have created using GP wpshowposts plugin?
I do not wish this to apply to my home page and main menu navigation pages which is already set and customised.
I only would like the content in the blog post link when it opens in another page to have this settiing
best
murali
So you only want this setting in single posts?
If so try this CSS:
body.single .grid-container {
max-width: 900px;
}
.one-container .site-content {
padding: 0;
}