Site logo

Archived topic

Without sidebar post

3 replies · Started by Shivam on April 23, 2019

Viewing posts 1–4 of 4

when i publish a blog with without sidebar, then the sidebar get disappeared but blog post width get increase. How to solve tha?

I want width something like this ... https://masterblogging.com/blogging-tips/

Hi there,

in GP Premium 1.8, which will be released this week ( possibly today ), we have provided a content width option in the layout element:

https://docs.generatepress.com/article/layout-element-overview/

Docs will be update to show this when the plugin goes live.

If you want you can test it today by downloading the Release Candidate from Account > Downloads on this site.

the link I have attached is also using generate press and he is already using this type of post without sidebar from several months

Yes he uses CSS to do that.
The updated plugin method will allow you to do this without CSS for each post and control it from one place.

This is the CSS being used:

.no-sidebar:not(.home) .container {
max-width: 800px;
}
This archived topic is closed to new replies.