Archived topic
How to change the width of the post page, I dont see an option there.
5 replies · Started by Muhammad on July 29, 2018
I have set the width of My website hope page => https://greenhouseplanter.com and category page => https://greenhouseplanter.com/category/diy/
but I cannot change the width of the post page, I cannot find an option there,
like post => https://greenhouseplanter.com/greenhouse-materials-how-to-build-a-hoop-house/
it is very narrow, I need to widen this page like the category page.
How to change it ?
Hi there, ok so this CSS (amongst other) in Additional CSS was added when importing the Site:
body.single .site.grid-container {
max-width: 800px;
}
You can remove this rule to default to the 1500px you have set in the Customiser or adjust the max-width to suit.
Can I just delete this piece of code?
Where to find this CSS file ?
All the Site's CSS is added to the Customiser > Additional CSS. Yes, you can just delete that particular rule :)
Done :). Thankyou so much.
You're welcome :)