Home › Forums › Gillion Theme › How to reduce space between title and beginning of post
Home › Forums › Gillion Theme › How to reduce space between title and beginning of post
I have another issue with this theme. If you see in every post there is a huge space between the title and the beginning of the post. I have not added any space in my post. How do I remove this?
Previous thread: https://support.shufflehound.com/forums/topic/error-in-blog-category/#post-35646
Hi @poojamitra88,
Thank you for your question.
You can reduce it 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: 10px; }
Best regards,
Shufflehound team
I have done the above but as you can see it did not work. Please guide
I am also in the same situation, please help!
I have provided above CSS solution to reduce the space displayed in the first attached screenshot but If you are talking about the space displayed in the second attached screenshot then you can remove it using below custom CSS code.
.post-content > p:first-child > img.aligncenter { clear: right; }
I have no clue how but space has vanished without me entering the code. I have just not switched on the catching. Also, a few changes made in the setting takes some time to implement. It does not happen immediately I have noticed. No idea why. Anyway thanks.
You are most welcome here 🙂
Please recheck as different posts have different spacing between the title and the post now.
for example
https://fromsizezerotowisehero.com/clone/cardio-or-strength-training
https://fromsizezerotowisehero.com/clone/keto-what-you-need-to-know
or
https://fromsizezerotowisehero.com/clone/guide-to-ideal-mens-formal-wear
https://fromsizezerotowisehero.com/clone/how-to-get-your-girlfriend-back
Please try changing above shared CSS code as following.
.post-content > p:first-child img.aligncenter { clear: right; }