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.
Hi Jessica!
Add this to your custom CSS.
.slideshow_align_caption {
bottom: -50px;
display: block !important;
position: absolute;
}
Best regards,
Elliott
Hi Elliot,
That did not work i’m afraid!
Thanks for sending that though
Hey!
Please try the following instead:
.page-id-3355 .slide-1 .slideshow_inner_caption{
padding-top: 220px !important;
}
Regards,
Rikard
Thanks so much guys – works perfectly. Really appreciate it =]