[Resolved] How to remove the gap between post heading and content?

Home Forums Support [Resolved] How to remove the gap between post heading and content?

Home Forums Support How to remove the gap between post heading and content?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2345524
    Akshay

    Hi,

    I’m using service template for my website. I want to reduce the gap between the post header and content. How can I do that?

    Here’s the image link

    And here’s the post link: H&M Order Status

    Thanks

    #2345641
    David
    Staff
    Customer Support

    Hi there,

    thats the padding from the Layout > Customizer > Container.
    To Remove it just on the single post, add this CSS:

    
    .single-post.separate-containers .inside-article {
        padding-top: 0;
    }
    #2345699
    Akshay

    Thanks David

    #2345707
    David
    Staff
    Customer Support

    You’re welcome

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.