Hi I am building a site – grida.bananatreenews.today
I love the parallax demo. How can I reduce the space between these 2 areas – as you can see the space between the top and the middle is huge.
Thanks!
Hi Julie,
Please try to add this CSS code in Enfold > General Styling > Quick CSS:
@media only screen and (min-width:989px) {
#top #service {
margin-bottom: -280px;
}
}
Hope it helps.
Best regards,
Nikko