Archived topic
How to remove the gap between post heading and content?
3 replies · Started by Akshay on September 17, 2022
Viewing posts 1–4 of 4
Hi,
I'm using service template for my website. I want to reduce the gap between the post header and content. How can I do that?
Here's the image link
And here's the post link: H&M Order Status
Thanks
Hi there,
thats the padding from the Layout > Customizer > Container.
To Remove it just on the single post, add this CSS:
.single-post.separate-containers .inside-article {
padding-top: 0;
}
Thanks David
You're welcome
This archived topic is closed to new replies.