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

    Hi guys,

    My client isn’t happy with the placement of the caption on their fullwidth slider: http://prntscr.com/foabh7
    http://www.serviceintegrators.co.uk

    Is there anyway I can get it moved up to where the arrow is pointing on the screengrab? I can sort out the logo as it’s part of the image but I don’t know how to move the captions up.

    Thanks!

    #813197

    Hey Krissie,

    You can try to add this custom CSS code:

    .slideshow_align_caption {
      vertical-align: top !important;
    }
    

    Best regards,
    John Torvik

    #813335

    Hi John,

    Thanks for the code. Is it possible for me to adjust the height setting? So can I replace ‘top’ with a number?

    Thanks

    #813341

    Don’t worry, I worked it out!

    Is this code okay?

    .kgg-desktop-slider .slideshow_inner_caption {
    height: 70%;
    width: 100%;
    }

    #813344

    Hi Krissie,

    Yes, it is. Since you used custom CSS class to target it, it is actually great way to solve it :)

    Let us know if you have any other questions or issues!

    Best regards,
    Yigit

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Fullwidth Easy Slider Caption placement’ is closed to new replies.