Tagged: center text, Fullwidth Easy Slider
In my Fullwidth Easy Slider, I want my caption to be at the Bottom without Frame, but centered, not left justified. I found this css on the forum to do that, but it only centers my Caption Title, not my Caption Text. Please help thanks!
div .slideshow_caption h2 {
text-align: center;
}
Hey Christy,
Please try this CSS as well:
.avia-caption-content p {
text-align: center;
}
Best regards,
Rikard
Well that was easy .. thank you so much