Hi,
Is it possible to somehow adjust the placement of the caption text in Easy Slider? By default both the caption title and caption text are aligned left. Sometimes that conflicts visually with a certain slide so I’d like to be able to adjust this.
Regards,
Ying-Fu
Hi,
You can control them with this code, add this on your custom.css or Quick CSS
.avia-slideshow-inner .avia-caption {
bottom: 17px;
left: 150px;
}
Adjust the position.
Regards,
Ismael
Thanks Ismael,
I gather this can only be done for the whole slider?
Regards,
Ying-Fu