Huge Space Between Title and Starting of Blog Post

Home Forums Gillion Theme Huge Space Between Title and Starting of Blog Post

Home Forums Gillion Theme Huge Space Between Title and Starting of Blog Post

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • z3media
    Participant

    There is a huge space between the Title of my blog posts and the starting of the post.

    Attachments:
    You must be logged in to view attached files.

    Hi @z3media,

     

    I hope you are well today and thank you for your question.

     

    You can resolve 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-share:not(.post-content-share-side):not(.post-content-share-mobile) {
        width: 55px !important;
    }
    
    .post-item-single-container > div:first-child {
        position: absolute !important;
    }
    
    .post-item-single-container > div[style*="position: static"] {
        display: none !important;
    }

     

    Best regards,
    Shufflehound team

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