I have some elements just below my Layerslider that are hidden on Desktop version.
This creates white space of about 190 pixels.
I need to remove this white space.
Thanks!
Hey reidmccallhhi,
Can you try adding this css code in Quick CSS, located in Enfold > General Styling:
#after_layer_slider_1 .content {
padding: 0;
min-height: 0;
}
Best regards,
Nikko