Tagged: caption, fullscreen, slider
I was wondering if there was a way to remove what appears to be a single pixel spacing between the caption title and description. Please see link attached. Thanks!
Hey schenkco!
Add this to your custom CSS.
.avia-caption-title {
margin-bottom: 0px !important;
}
Regards,
Elliott
Awesome, it worked! Thanks :)