Archived topic
How To Reduce Content Width?
7 replies · Started by Rahul on July 14, 2021
Hello there, recently I hired a developer and he reduced my post content width. I would happy if you tell me from where can I reduce or increase it?
Hi there,
you can change the sites Container Width in Customizer > Layout > Container.
If you want to only change the Single Post content then you can use a Layout Element:
https://docs.generatepress.com/article/layout-element-overview/
Where you can set the Content Width, and set the Display Rule Location to: Posts > All Posts.
I just want to reduce my content width, the rest other things will same as before. Do I need CSS, or can I use any default feature. Check the image
Use the Layout Element as explained above that will just modify the post content width.
Thank you for your previous help. Would you say how can I reduce space between "Thumbnail image and Title" and how can I take the image above? Please check the image I attached
1. There is the Content Separator option in Customizer > Layout > Container that will reduce spacing between image, meta and content.
Or some CSS to reduce the bottom margin just on the single post featured image:
.post-image-above-header .inside-article .featured-image {
margin-bottom: 1em;
}
2. Space above the content is defined by the Top Padding in Customizer > Layout > Container.
Thank you for your Help. You're really a good guy!
Glad to be of help!