Space below layerslider and above content

https://dralphonsoevans.com/

Can you throw me some CSS to remove the margin inbetween?

Hi @gallagherBD,

Thanks for reaching out.
Can you please specify the page URL and the section of which you want to remove the margin, any screenshot with marked section will help us to recognize it.

Thanks

Home page, space between the layer slider and content below.

Hi @gallagherBD,

To remove the spacing between your slider and entry content, please add this code in your X > Theme Options > CSS

.home .x-slider-container {
	border: 0;
}

.home .x-main.full {
	margin-top: 0;
}

.home .x-main.full .entry-wrap {
	padding-top: 0;
}

The code above will only available on the homepage.

Please note that custom CSS code is outside the scope of our support. Issues that might arise from the use of custom CSS code and further enhancements should be directed to a third-party developer or you can avail One where we can answer questions outside of the features of our theme.

Hope that helps.

Thank you.

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