Hi,
I’m trying to increase the area of the right caption for the Fullwidth Easy Slider. I want the caption to have more space on the right – kind of like the screenshot I attached. How would I do this?
Hey darrenheld2,
Add this to quick css:
.slideshow_caption{
padding-right:150px!important;
}
Best regards,
Jordan Shannon
Hi J,
I added that but it doesn’t change the spacing.
Hi,
Did you add the code to the very top of quick css so it runs first? Also, clear the cache a few times over.
Best regards,
Jordan Shannon
Hi darrenheld2,
https://share.getcloudapp.com/GGuA05B7 It looks fine on my end, Could you please clear the cache, check again and get back to us?
Best regards,
Victoria
Hi, yes mine looks like the screenshot you attached but that is not what I wanted. I wanted it like the screenshot I originally attached which i also included in this thread. See how more text fits on each line and things are spaced more to the left but still right justified? The first line has “WE UNLESH THE” and make the text box larger to fit more text on each line.
Hi darrenheld2,
I am sorry but the screenshot you sent looks like the text you have there and I do not see much difference.
Try this code and please let us know if we are getting closer:
#top .slideshow_caption {
width: 65%;
}
Best regards,
Victoria
Thanks look better thanks.