HI
on this site: http://www.cjff.dk
I am trying to move the slideshow caption on the front page to the top left under the logo with this code:
.slideshow_caption {
bottom: 350px!important;
}
but it disappears when the page is resized. Is there another way to move it to the top without using that bottom padding
so it’s the same on all screen sizes?
thanks for taking a look
Nancy
Hi Nancy!
Use this code instead:
.slideshow_align_caption {
vertical-align: top;
}
Best regards,
Josue
great thanks!
You are welcome, glad to help :)
Regards,
Josue