Site logo

Archived topic

Help Setting - Page width blog post page

3 replies · Started by muralidharan on October 29, 2017

Viewing posts 1–4 of 4

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 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;
}
This archived topic is closed to new replies.