Reply To: Meta Slider

Home Forums Support Meta Slider Reply To: Meta Slider

Home Forums Support Meta Slider Reply To: Meta Slider

#95912
Tom
Lead Developer
Lead Developer

Hi there,

Have you tried removing the top padding from the content area using the Spacing add-on? Doing so will remove that white space.

To do it only on your homepage, you can use this CSS:

.home.one-container .site-content {
      padding-top: 0;
}