Hi
In the fullwidth easy slider – when you choose the left framed caption positioning (which I prefer) – the frame does not allow for more than a few words, then it automaticly starts another textline below. In other words it seems as if the left framed option does not allow text to cross the slide. This is not the case if you choose i.e. “bottom framed”. Can I somehow adjust this css-wise or….?
very best regards
Hey!
Try adding this code to the Quick CSS:
.slideshow_caption {
width: 100% !important;
}
Cheers!
Josue
Thanks Josue. That did the trick :)
A little follow up: If some lines in the slideshow break unfortunateliy – is it possible to force linebreaks – html vise or….? Thanks.
best regards
Hi!
Try adding <br> tags to the caption.
Cheers!
Josue
HI Josue – you nailed it again. Thanks a lot :)