How do I get Easy Slider Captions to center. I removed background with this
.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 {
background: none !important;
}
but can’t get it to center align.
Thanks
Rob
Hey fanlokbun,
Please provide a link to the site and page in question so we can look into this issue further.
Best regards,
Jordan Shannon
Hi,
Please add the following to quick css:
.avia-caption, .avia-inner-caption, .avia-inner-caption > * {
width: 100%;
left: 0;
}
Best regards,
Jordan Shannon
Many thanks Jordan