Top & Bottom padding of posts Title

Home Forums Gillion Theme Top & Bottom padding of posts Title

Home Forums Gillion Theme Top & Bottom padding of posts Title

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • razzi
    Participant

    Hi !

     

    I’ve just read a thread about the top padding in pages and your css code works well.

    I’ve a similar question in posts as there is a top padding between the header and the title.

    Also, how can I reduce the padding below, between the post container (title + meta content) and the post main content ?

     

    Thanks a lot

     

    Hi @razzi,

     

    Thank you for your question.

     

    Could you please share me the page URLs from your site where it is displaying so that i can help you to achieve it?

     

    Best regards,
    Shufflehound team

    razzi
    Participant

    yes for sure, please fond it below :

    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

     

    .single-post .blog-style-post-toptitle .post-type-content {
        display: none;
    }
    
    .single-post #wrapper > .sh-page-layout-default {
        padding-top: 10px;
    }
    
    .single-post .post-content > .vc_row {
        overflow: hidden;
    }
Viewing 4 posts - 1 through 4 (of 4 total)