thejoelaguilar Posted August 30, 2023 Posted August 30, 2023 I would like to use Grid: Masonry as my gallery type for desktop, but Grid: Strips for mobile. How do I go about that?
tuanphan Posted September 2, 2023 Posted September 2, 2023 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment