I have a slider and I need the caption content to be to the right of the screen, but I need the buttons, title, and text to be centered…
Is there any way of doing this?
If you look at it now it’s aligned to the right when I set the content to the right. How can I set the content to the right, but have everything center, on that right side?
Hey SeizeTheBeat!
Try adding this to your custom CSS.
.av-slideshow-caption .container { max-width: 100% !important; }
.slideshow_align_caption { text-align: center; }
Best regards,
Elliott
Worked perfectly :D Thank you elliot!