Hello,
Apologies if this is rudimentary but I can’t figure it out!
How can I remove the spacing between the Slider Revolution and the body content (Essential Grid)?
And also below the body content (Essential Grid) and the footer?
Hello,
Apologies if this is rudimentary but I can’t figure it out!
How can I remove the spacing between the Slider Revolution and the body content (Essential Grid)?
And also below the body content (Essential Grid) and the footer?
Hi there,
It is actually the margin of the page main container. As the Revolution Slider is outside of the container and below the masthead. By removing the margin of the Container only for the homepage it will be fixed. Please add the CSS code below to X > Launch > Options > CSS:
.home .x-container.offset {
margin-top: 0;
margin-bottom: 0;
}
Thank you.
Okay, cool - thank you!
You’re most welcome!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.