Remove gap above content (after header)

Hi, I have of coursed searched and attempted to implement this based on past questions but none seem to work.
I would like to remove the white gap above the page content on a post page. Details in a private note to follow, many thanks!

Hi @r_c1,

Thanks for reaching out.

To remove the white gap above the content, you need to add this little CSS code to your Pro > Theme Options > CSS.

.single .hentry .entry-wrap {
	padding-top: 0;
}
.single-post .entry-content {
	margin-top: 0;
}

Please note that custom CSS is outside the scope of our theme support. Issues that might arise from the use of custom CSS and further enhancements should be directed to a third-party developer.

Hope that helps.

Thank you.

1 Like

Most helpful as always!
Many thanks @cramaton

All the best,
Richard.

Hi Richard,

You’re welcome and it’s our pleasure to help you. If you have any other concerns, feel free to reach us.

Thank you.

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