Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #397736

    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?

    #397829

    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

    #397873

    Worked perfectly :D Thank you elliot!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘[FullScreen Slider] Centering Framed Captions, but keeping them on the right.’ is closed to new replies.