(Squarespace) Add a padding to Gallery Grid Section on Mobile

To add a padding to Gallery Grid Section on Mobile, you can use this code to Custom CSS box.
If code doesn’t work, you can comment below, message or email me.

@media screen and (max-width:767px) {
    .gallery-grid-wrapper {
        padding-left: 5vw !important;
        padding-right: 5vw !important;
    } 
}

1 Like