Hello!
I need center the text of the easy slider. I have read some answers but not work in my web. I can center the text with this code in Quick CSS :
.caption_framed .slideshow_caption .avia-caption-content p, .caption_framed .slideshow_caption .avia-caption-title, .avia-caption .avia-caption-content p, .avia-caption .avia-caption-title {
width: 50%;
margin-left: 28%;
text-align: center;
}
But this code only center the caption for my computer, in other displays and mobile devices don’t work.
Please help me!
Hey santimalaga,
I’m seeing the sliders as centered on my end. Can you please provide a screenshot of the issue?
Best regards,
Jordan Shannon
Hi,
The caption text is almost centered but is different in every screen and is not really centered… I send you an image.
Thanks
Hi,
Add the following to quick css:
@media only screen and (min-width: 767px) {
.avia-caption .avia-caption-title{
width: 90%;
}}
Best regards,
Jordan Shannon
Do not work…
Hi,
Did it have no effect on the text at all or just not correct? Please provide a screen of what you are seeing.
Best regards,
Jordan Shannon
