Archived topic
How can I make container to show same width and on this site?
4 replies · Started by Former User on March 10, 2020
Hello,
How I can make container to show same width on homepage, pages and single posts on this site?
Thanks!
Also would like to show on same size as container header, navigation and footer.
Thanks!
Hi there,
The container width should all be the same by default unless you've created Layout Elements to change them:
https://docs.generatepress.com/article/layout-element-overview/#content-1
Let me know if I'm missing something :)
Hello Leo,
Yes its been changed because I am using Site Library Dispatch, but, I would like to show it like I mention, how can I do this? Can you please tell me in detail, thanks!
Hi there,
Dispatch uses some CSS to change the width of the single post. Go to Appearance > Customizer > Additional CSS. Then remove this block of code:
body.single-post.no-sidebar .site-content {
max-width: 720px;
margin-left: auto;
margin-right: auto;
}
Let us know.