Space above content

Home Forums Gillion Theme Space above content

Home Forums Gillion Theme Space above content

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • borishar
    Participant

    Hi there,

     

    How can I remove the unnecessary space above the very first title above the category name? https://totalscam.com/hello-world/

     

    I have tried this, but it didn’t help:

     

    .fw-page-builder-content > .sh-section {
    padding: 0;
    }

     

    Thank you

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

    Solution for this topic

    Hi @borishar,

     

    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

     

    #page-container .post-item-single-container {
        margin-top: 0;
    }
    
    .single-post #page-container .post-single-meta {
        float: none;
    }

     

    Best regards,
    Shufflehound team

    borishar
    Participant

    Thank you this is fixed!

    You are most welcome here 🙂

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