Home › Forums › Gillion Theme › Blog post – content margin
Home › Forums › Gillion Theme › Blog post – content margin
I want some spacing in between my blog post header and body. Currently it is too tight in there that when I have a side widget, it’s already hitting the header (see screenshot).
Please note that I have a previous spacing issue but in the home page so I’m not sure if it’s related.
https://support.shufflehound.com/forums/topic/static-home-page-spacing/#post-7811
Hi @dreidel18,
Thank you for your question.
You can add spacing there 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 #wrapper > .sh-page-layout-default { padding-top: 40px; }
Best regards,
Shufflehound team