thejoelaguilar Posted August 30 Share Posted August 30 I would like to use Grid: Masonry as my gallery type for desktop, but Grid: Strips for mobile. How do I go about that? Link to comment
tuanphan Posted September 2 Share Posted September 2 Hi, You can add 2 Galleries, then use this code to Website > Website Tools > Custom CSS to hide 1 gallery section on desktop, hide another on mobile /* Hide section on desktop */ @media screen and (min-width:768px) { [enter-data-section-id] { display: none !important; } } /* hide section on mobile */ @media screen and (max-width:767px) { [enter-data-section-id2] { display: none !important; } } Use this tool to find data section id https://chrome.google.com/webstore/detail/squarespace-id-finder/igjamfnifnkmecjidfbdipieoaeghcff 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