Hey, hope everyone is well! I’m looking for some caption help on this website: https://rosemooreassoc.com/
On the second slide of the top page slider (the one with the train and “borough of roselle park” on it), I would like the caption to be on the bottom right, rather than the bottom left… and for it to be aligned right. The only option that I see within the slider itself is “bottom framed”… which defaults the caption to the bottom left corner. I’m guessing there is some kind of CSS fix to this?
Thank you for your help as always!
Cheers,
-Daniel
Hey Dzimnikov,
Please try the following in Quick CSS under Enfold->General Styling:
.home #fullscreen_slider_1 .slide-2 .slideshow_align_caption {
text-align: right;
}
Best regards,
Rikard
Sweet, that worked perfectly. Thank you so much :)