Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #400549

    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

    • This topic was modified 9 years, 3 months ago by Munford.
    #401047

    Hi Nancy!

    Use this code instead:

    .slideshow_align_caption {
        vertical-align: top;
    }

    Best regards,
    Josue

    #401096

    great thanks!

    #401109

    You are welcome, glad to help :)

    Regards,
    Josue

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘slideshow caption position top left?’ is closed to new replies.