(Squarespace) How to make Gallery fullwidth on Mobile

To make Gallery fullwidth on Mobile.

You can use this code to Custom CSS box.

@media screen and (max-width:767px) {
    .gallery-grid.gallery-grid--layout-grid {
        padding: 0px !important;
    }
}

1 Like

@tuanphan,

:heart_suit: :heart_suit: :heart_suit: