HI Beyondspace, I was able to use this code
@media screen and (max-width:767px) {
.gallery-masonry-wrapper.gallery-masonry-list--ready {
height: auto !important;
}
figure.gallery-masonry-item {
position: relative !important;
width: 100% !important;
transform: unset !important;
margin-bottom: 40px !important;
}
.gallery-masonry-item-wrapper {
height: auto !important;
}
.gallery-masonry .gallery-masonry-item[data-loaded] img {
width: 100% !important;
}
.gallery-masonry {
padding-left: 0 !important;
padding-right: 0 !important;
}
}
however I also want to add padding to the left and right
do you know how I can modify that?
thank you!