Header space to remove

On this page we have a revolution slider at the top of the page. However, there is a white space from the top of the page to the top of the revolution slider I would like to get rid of. https://natlvtn.org/fremont-veterans-memorial-park/

From Theme options, change the header option / logo and navigation from stack to Inline.
Hope it works

Hi There,

Thank you for writing in, those spaces are the margins and paddings of the main containers and section.

To resolve this, instead of adding your Slider as content. Please add it to your page as Slider Settings: Above Masthead

@tarekr Thank you for chiming in.

Cheers!

1 Like

Hello, I checked on that. However, for posts that options is not available. Any other suggestions?

Hey @rkassebaum,

Please add this code in Appearanc > Theme Options > Global CSS

.single-post .x-container>.offset,
.single-post .entry-content {
    margin-top: 0
}

.single-post .entry-header {
    display: none;
}

Hope that helps.

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