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!
Hey Krissie,
You can try to add this custom CSS code:
.slideshow_align_caption { vertical-align: top !important; }
Best regards,
John Torvik
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
Don’t worry, I worked it out!
Is this code okay?
.kgg-desktop-slider .slideshow_inner_caption {
height: 70%;
width: 100%;
}