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

    The image caption overlays on this page are off center when I pull up the site on my iPad in portrait mode as you can see by the screen shot. Can you provide me with some quick css to center them over the images? Not sure why they don’t stay centered.

    #548181

    Hi djshortkut!

    Try adding this to your custom CSS.

    @media screen and (max-width: 767px) {
    .av-image-caption-overlay-center { padding: 0px !important; }
    }

    Cheers!
    Elliott

    #548244

    Thanks that worked! You can close this thread.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Image Caption Overlays on iPad’ is closed to new replies.