Hi. Am looking at my gallery on mobile and the title at the bottom is cropping the lower portion of the photo. is there a way to fix this? thanks. view the url below on a mobile device and you will see what i mean. Thanks! Jen
Hey AirstreamCoach!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 480px) {
figcaption.av-inner-masonry-content *, figcaption.av-inner-masonry-content {
background: transparent!important;
color: white;
}}
Regards,
Yigit