Archived topic
Single Post Content Width
1 reply · Started by Harpreet Kumar on March 29, 2019
Viewing posts 1–2 of 2
Hello sir,
I am using Generatepress on my blog webhostingintro.com
I want to display post content with 800px width but Primary Layout 1000px (Currently).
How can I setup that?
Please reply… I’m waiting!
Hi there,
you can use this CSS:
.single-post #main {
max-width: 800px;
margin-left: auto;
margin-right: auto;
}
This feature is available in GP Premium 1.8 which is available for download as an Alpha version. You can see it in our Changelog, under Content Area Width
This archived topic is closed to new replies.