Remove space below the slider

Hello, I am trying to remove unwanted blank space below the layerslider on my home page.

I will share a private link to my dev site after this post.

I have been give some other solutions in the past but it is not working now. Is there a bit of CSS to knock out that 50px pf padding?

Hi @gallagherBD,

By adding the following code to the custom css ( X/Pro > Theme Options > CSS ) you can remove the white space below your layer slider.

.home .hentry .entry-wrap {
padding-top: 0;
}

I hope it will help solve your issue.

Thank you.

Perfection! Thanks @cramaton

@gallagherBD You’re most welcome!

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