Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1247128

    Hi there!

    I can’t seem to move the caption of my fullscreen slider on mobile devices.As you can see on http://www.lulukittens.com the caption is partially covering the cat on the right. So, I want to move the caption up, so that that it is located in the empty space on the top left.

    Thanks!

    #1247130

    Never mind, found it!

    @media only screen and (max-width: 479px) {
    .avia_transform .av_slideshow_full.avia-fade-slider .active-slide .avia-caption-title, .avia_transform .av_fullscreen.avia-fade-slider .active-slide .avia-caption-title {
    margin-top: -200px;
    }}

    #1247165

    Hi DemonDin,

    Glad you got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Fullscreen slider caption mobile posiion’ is closed to new replies.