Home › Forums › Gillion Theme › post page padding
Home › Forums › Gillion Theme › post page padding
Hi
after removing author and other metadata from post, there is big space between title and first paragraph.
In yellowPencil i can correct it just for specific post.
Not for post template.
I need less space under title and less space in the and of article
Pictures added
Thank you for your help
Hi @krenek,
I hope you are well today and thank you for your question.
Could you please share the page URL from your site where it is displaying so that I can help you to reduce the space?
Best regards,
Shufflehound team
Solution for this topic
You can reduce the padding by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.single-post #content .post-switch { margin-top: 0; } .single-post #content .post-single-meta { padding-bottom: 0; }
Thank you
M
You are most welcome here š