/
1
2
3
4
5
6
7
·
·
·
·
·
·
·
/* Make gallery tiles span full width */ .sqs-gallery-design-grid .sqs-gallery-block-grid { margin: 0 !important; grid-gap: 0 !important; } .sqs-gallery-design-grid .sqs-gallery-item { width: 50% !important; /* 2 columns */ } @media (max-width: 768px) { .sqs-gallery-design-grid .sqs-gallery-item { width: 100% !important; /* single column on mobile */ } }