Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #736846

    On mobile , the full width slider caption are appearing in a very weird position.(at the very top being hidden)

    how do i control that?

    #738434

    Hey!

    That is because you have following custom CSS code

    .page-id-734 .slideshow_align_caption {
        top: -130px !important;
    }

    Please change it to following

    @media only screen and (min-width: 1024px) {
    .page-id-734 .slideshow_align_caption {
        top: -130px !important;
    }}

    Best regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.