Is there a way to make the caption (line height) text closer on the fullwidth easy slider? basically i don’t wan the gap as large…
Hey mcraig77,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
#top .avia-fullwidth-slider h2.avia-caption-title {
margin-bottom: 0;
}
Hope this helps :)
Best regards,
Nikko
Thanks!