Hello,
I have removed the sub caption on my Fullwidth Easy Slider, but now there is a vertical space between the caption and the button below it. What is the best way to close up that space so that the caption and button are closer together? Thanks!
Hi tonyska,
Please try the following in Quick CSS under Enfold–>General Styling:
#top .avia-slideshow-button {
margin-top: 0px !important;
}
Regards,
Rikard
It worked, thank you!