Reduce space between title and post

Home Forums Gillion Theme Reduce space between title and post

Home Forums Gillion Theme Reduce space between title and post

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    RESOLVED Posts
  • poojamitra88
    Participant

    As you can see the thread link, this problem was resolved earlier but it again appears.

    https://support.shufflehound.com/forums/topic/how-to-reduce-space-between-title-and-beginning-of-post/

    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

    poojamitra88
    Participant

    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?

    poojamitra88
    Participant

    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;
    }

    poojamitra88
    Participant

    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;
    }

    poojamitra88
    Participant

    Seems to be working for now thanks.

    You are most welcome here 🙂

Viewing 10 posts - 1 through 10 (of 10 total)