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.
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
Thanks that worked! You can close this thread.