Hide specific images on mobile (Masonry layout)

Add this code to the Custom CSS field on the Style tab of your Photo Gallery widget’s settings:

@media (max-width: 600px) {
.eapp-photo-gallery-masonry-item-item:nth-child(7) {
display:none;
}
.eapp-photo-gallery-masonry-item-item:nth-child(8) {
display:none;
}
}

Guys, if this code was helpful to you, please drop a line in the comments. Your feedback helps us improve our services and provide better solutions :slightly_smiling_face: