Site logo

Archived topic

Can you adjust single post content width separate from front of blog?

9 replies · Started by paulscottanderson on March 25, 2018

Viewing posts 1–10 of 10

Hello,

I am just wondering if there is a way to adjust (lessen) the content width on single posts (no sidebars) but keep the wider width of the container on the front? Thanks!

That worked, thanks!

No problem!

Just one other question, can I do that for single pages as well? Thanks!

Like static pages?

If so modify the CSS to this:

body.single .site.grid-container,
body.page .site.grid-container {
    max-width: 800px;
}

Yes that's it, thanks again!

No problem :)

Is you recommendation above doing this with simple css plugin still valid? would you still recommend using the plugin?
thanks!

Hi there,

the Simple CSS plugin is developed by our very own Tom Usborne. So yes highly recommend it.
Of course the code will still work if applied in a child theme style sheet or the Customizer > Additional CSS

This archived topic is closed to new replies.