Remove Header Padding from post

Hello,

I’ve been able to remove the header padding from my home page with css but how do i do the same for my posts?

Thanks

Hello @jackc,

Thanks for asking. :slight_smile:

Please add following CSS under X > Theme Options > CSS:

.single-post .entry-wrap {
    padding-top: 0px;
}

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.