HI
On this page:
http://www.workonwater.dk/pages/landing-page/
how could I get the slideshow captions to be centered at the bottom instead of left aligned?
thanks
Nancy
Hi Nancy!
Please add following code to Quick CSS
.avia-caption-content {
text-align: center;
}
Cheers!
Yigit
I guess what I need is also the caption title?
that didn’t work
http://www.workonwater.dk/
Hi!
Please add following code to Quick CSS as well
.slideshow_align_caption {
text-align: center;
}
Best regards,
Yigit
thanks