WithLuke Posted April 22, 2021 Share 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! Link to comment
tuanphan Posted April 24, 2021 Share 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment