Home › Forums › Gillion Theme › Reduce space between title and post
Home › Forums › Gillion Theme › Reduce space between title and post
As you can see the thread link, this problem was resolved earlier but it again appears.
Hi @poojamitra88,
I hope you are well today and thank you for your question.
You can remove 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
.post-content > p:nth-of-type(1) img { clear: right; }
Best regards,
Shufflehound team
Ok. I have added the code. The issue is this space still appears for few posts and it has resolved for few. I don’t understand the reason behind such inconsistency.
https://www.fromsizezerotowisehero.com/drinking-green-tea-for-weight-loss
Also, if I add my social sharing buttons via a plugin (Social Warfare) on top of the post, this space appears for all the post which is strange as I have been using this plugin for all other themes for years.
This issue seems to not be going anytime soon and I feel I need to change theme for my site altogether if nothing works as such inconsistencey is bad for my readers.
I use this theme on 3 of my sites.
I have tested it on my test site but didn’t see the issue.
Let’s troubleshoot and resolve this issue completely.
Could you please disable the autoptimize and any other cache that you are using on your site so that I can troubleshoot it?
I have deactivated autooptimize, page speed optimization, imsanity, sg optimizer, smush, w3 total cache.
Solution for this topic
Ok. Now please use the below custom CSS code to resolve the issue.
.post-content img.aligncenter { clear: none; }
I have done it and it works normally, but when used with a plugin like a social warfare same issue occurs. Can you clarify what the issue is?
https://www.fromsizezerotowisehero.com/effects-of-coffee
Please check the link
Solution for this topic
This happens because that plugin adds some CSS code so to resolve it please also use the below custom CSS code.
#page-container .swp_social_panel{ clear: none; }
Seems to be working for now thanks.
You are most welcome here š