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

    Hi there,

    I’ve read through the forums and tried the solutions but none are working for me!
    I need the caption that is currently as ‘right framed’ to be lower so the bottom of this frame
    matches the bottom of the left frame (that i’ve added to the picture myself) so they align (or there abouts)
    And I don’t want the coding to change any of the other fullwidth sliders – just change the homepage slider
    if possible.

    #431608

    Hi Jessica!

    Add this to your custom CSS.

    .slideshow_align_caption {
      bottom: -50px;
      display: block !important;
      position: absolute;
    }

    Best regards,
    Elliott

    #433284

    Hi Elliot,

    That did not work i’m afraid!
    Thanks for sending that though

    #433897

    Hey!

    Please try the following instead:

    .page-id-3355 .slide-1 .slideshow_inner_caption{
    padding-top: 220px !important;
    }

    Regards,
    Rikard

    #434937

    Thanks so much guys – works perfectly. Really appreciate it =]

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Position of Full Screen Slider Caption’ is closed to new replies.