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

    I tried adding the following to style.css but it doesn’t update the mobile caption. I tried in quick css too.

    @media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .slideshow_align_caption {
    vertical-align: top !important;
    }

    #747186

    Hey Orsha,

    Try changing it to this code:

    @media only screen and (max-width: 480px) {
      .slideshow_align_caption {
        vertical-align: top !important;
      }
    }

    Hope this helps :)

    Best regards,
    Nikko

    #747347

    That helped. Thanks so much!

    #747766

    Hi,

    Glad we could help :-)

    Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Can't override .slideshow_align_caption on MOBILE’ is closed to new replies.