Hello,
on portrait tablet the description of the masonry gallery pics are not shown.
I found this by checking elements in safari browser, but i can’t find the css file to delete “display: none”
@media only screen and (max-width: 989px) and (min-width: 767px), all
masonry_entries.css:475.responsive .av-masonry-entry .av-masonry-entry-title+.av-masonry-entry-content {
display: none;
}