Archived topic
I want my pages tro look like posts (without sidebars)
3 replies · Started by kyle on August 3, 2020
Hi guys, I would like to make my pages look exactly like my posts. My posts have two white spaces on either side but does not compress my content. However, when i try and make my pages like this its compresses my content dramatically. I've tried everything. What can I do?
Just to confirm
- I've been into customize
- I've been into sidebar section in each page
It seems there a default post and page option that I'm not able to access?
Use the below as an example
Page you can check: URL/wild-camping/
Post you can check: URL/keeping-warm-in-a-tent/
Hi there,
The container of single posts are narrower because of this CSS you've added:
body.single .site.grid-container {
max-width: 800px;
}
You could create a layout element for both pages and posts:https://docs.generatepress.com/article/layout-element-overview/#content-1
Let me know if this helps :)
Worked perfectly thank you. Last question. When I eventually sign up to mediavine for ads on the website. Will they be able to display those ads in the white section with this added CSS?
Hi there,
you will need to enable Sidebars for adverts to be displayed either side of your content.
In that instance you will require a wider content width.