Hi,
Is it possible to customize the height on the images in the masonry on mobile/tablets?
Hey!
Try adding this code to General Styling > Quick CSS:
@media only screen and (max-width: 767px) {
.av-fixed-size .av-masonry-entry .av-inner-masonry-sizer{
padding-bottom: 120%;
}
}
Cheers!
Josue
Thanks a lot!
Is it possible to do the same with featuring images in single posts?