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; } }
@tuanphan,