WithLuke Posted April 22, 2021 Posted April 22, 2021 Site URL: https://withluke.com Hi there, I'm using squarespace 7.0 site so currently using gallery pages as my main porfolio pages. On my large desktop monitor my site is displaying 3 -4 images per row on gallery pages but on smaller screens such as a laptop there is only 1 image shown per row. How would I go about setting a minimum image number please? Thanks!
tuanphan Posted April 24, 2021 Posted April 24, 2021 On 4/22/2021 at 9:04 PM, WithLuke said: Site URL: https://withluke.com Hi there, I'm using squarespace 7.0 site so currently using gallery pages as my main porfolio pages. On my large desktop monitor my site is displaying 3 -4 images per row on gallery pages but on smaller screens such as a laptop there is only 1 image shown per row. How would I go about setting a minimum image number please? Thanks! Add to Design > Custom CSS /* Gallery mobile */ @media only screen and (max-width:800px) { div#thumbList { height: auto !important; display: grid !important; grid-template-columns: repeat(3,1fr) !important; grid-column-gap: 10px !important; } span.thumb { position: relative !important; height: auto !important; top: unset !important; bottom: unset !important; left: unset !important; right: unset !important; float: none !important; width: 100% !important; } div#thumbList:before { display: none !important; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.