Ahoy,
I added this css code .slideshow_caption { width: 66%; } to make the slideshow captions on the fullwidth easy slider span wider. It looks great on the left aligned captions but on the right aligned it looks like this (Screenshot1). Anyway to make the right aligned caption closer to edge of the page but keep the longer area on the desktop. On mobile it looks fine.
Hey mcraig77,
Add this to quick css:
h2.avia-caption-title{
text-align:right!important;
}
Best regards,
Jordan Shannon
Hello,
I added that code and it also moved my caption on the first slide which is positioned on the left. I need it to just affect the second slide which the caption is on the right.
Please Advise
Hi,
Just add this custom code to affect the second slide:
.slide-2 h2.avia-caption-title {
text-align:right !important;
}
Best regards,
John Torvik
Hey!
Comvert the code as
.slide-2 h2.avia-caption-title{
text-align:right!important;
}
and let us know if anything else is required.
Regards,
Basilis