Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #801973

    Hi.

    The solution provided here, to what appears to be a very similar query, isn’t working for me: https://kriesi.at/support/topic/fullwidth-slide-caption-align-bottom-centre/#post-691140. Unfortunately, that thread is now closed to new replies.

    The suggested css is:

    div .slideshow_caption h2 {
        text-align: center;
    }

    On the page I’m developing, the ‘Caption Title’ and ‘Caption Text’, as well as Button 1 and Button 2 (which sit side-by-side, below the text captions), are aligned left and centered on top of my image. I want them to be center aligned, but located at the bottom of my image.

    Any suggestions gratefully received. Thank you!

    • This topic was modified 7 years, 5 months ago by John.
    #801980

    Sorted!

    This is the code to add in ‘Quick CSS’:

    .slideshow_align_caption {
      vertical-align: bottom;
    }

    Source: https://kriesi.at/support/topic/captions-for-the-full-width-easy-slider-bottom-with-out-frame-center/

    #802371

    Hi John,

    Great, glad you got it working and thanks for sharing. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #802420

    Hi Rikard. Thanks for the note; yep, case closed, all good :-)

    #802522

    Hi,

    Great, thanks for that. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Fullwidth easy slider, align 'Caption Title' and 'Caption Text' to bottom center’ is closed to new replies.