No space under rev-slider

Hi,

Some pages we want no space under the rev-slider.
Is this possible for some pages, not all the pages?
See attachment.

Carla

Hi Carla,

Thank you for writing in, please inspect the Section where your slider is in, and zero out that section’s bottom padding.



Hope it helps,
Cheers!

Hi Friech,

No, I can’t find the box. See the attachment.

Carla

Hi Carla,

Thank you for the credentials. I checked your page and you’ve no box there because you’ve no content in there. To remove the spaces from specific pages, edit your page in WordPress editor for which you want to remove the spaces below slider. Under Page Settings > Body CSS Class(es), add a class no-space-below-slider and save your changes (see screenshot)

I went ahead and added this class to your over-mij page. I then added the following code in the Theme Options > CSS:

.no-space-below-slider .entry-wrap,
.no-space-below-slider .x-container.offset {
  margin: 0;
  padding: 0
}

The extra space from over-mij is now removed. For your other pages, simply add the class no-space-below-slider in the Body CSS Class(es) filed of your other pages and the extra space will be removed with the CSS already added in Global CSS

Cheers!

1 Like

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