Archived topic
How to adjust full width post and page Marketer child theme
3 replies · Started by Chris on November 8, 2018
Hi I would like to adjust the width of the post and page type Content (no sidebars). Basically I want the content to be just as wide as the Content/sidebar type but in the center without the default sidebar on the right.
If I'm correct the full width for Marketer child theme is 1100px and the default with sidebar is 750px. And what I would is to have them both at 750. With the full width versions being centered.
Reason is I think the content is too wide for making landing pages.
Hope I'm making myself clear :)
Thanks!
Hi there,
Try this CSS:
body.no-sidebar .site.grid-container {
max-width: 750px;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
Yes, that did the trick. Awesome support as always, thanks!
Glad we've been helpful :)