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

    when one image is selected in a gallery on a mobile device the caption of the first image sticks to the screen when viewing the slide show- is there a way around this? I am happy to lose the captions in mobile view.

    #452629

    Hey acward1!

    Try adding this to your custom CSS.

    @media screen and (max-width: 767px) {
    .mfp-title { display: none !important; }
    }

    Best regards,
    Elliott

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