Hi there,
How can I make the caption of the full-widths slideshow to be on one line with say, 100 px margins on both sides (and only appearing on multiple lines on mobile devices or small screens)?
thanks!
Marijn
Hi marijnmees!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia-fullscreen-slider .caption_container {
max-width: 100%;
}
Best regards,
Yigit
works. Thanks!!!