Followed this website in order to try and achieve stacking on Mobile only using one column, as it currently shows two columns, reducing the image sizes (see attachment):
https://christyprice.com/blog/stack-grid-gallery-squarespace-mobile
The following code is used but i cannot get it working when i drop it onto my Design >> Custom CSS section:
@media screen and (max-width:800px) {
.gallery-grid-wrapper {
grid-template-columns: repeat(1,1fr) !important;
grid-row-gap: 3vw !important;
}
}
Can Someone please help me as I want each image to appear on one big column instead of split into two coloumns for mobile only.