jennosborn Posted October 14 Share Posted October 14 I'm looking for two solutions for customizing gallery blocks on mobile only. 1. I would like to know how to change a gallery block on only one page of my site to 3 images per row. I've tried code I've seen on other forums but it seems to change all gallery blocks on my site. This is the specific page I'm looking to change to 3 images per row on mobile: http://www.pink-creative.com/randomcoolstuff 2. I'm wondering if it is possible to customize only one gallery block on a page with multiple gallery blocks. This is the page in question: http://www.pink-creative.com/goodnews and the specific block I'm looking to customize to 3 images per row, while the other blocks remain as they are, is http://www.pink-creative.com/goodnews#social Link to comment
Vigasan Posted October 14 Share Posted October 14 (edited) Try this code @media only screen and (max-width: 640px) { #block-yui_3_17_2_1_1697227978381_390812 .sqs-gallery-design-grid-slide, #block-yui_3_17_2_1_1697141864237_189679 .sqs-gallery-design-grid-slide{ width: 33.33% !important; clear: none !important; } } Edited October 14 by Vigasan tuanphan 1 If an answer I provide helps you, please mark it as the answer so others can easily access it as well. I'm a Squarespace Authorized Trainer, Squarespace Expert, and Circle Member and I've been helping my clients as well as those here in the forum and in various Squarespace groups with custom coding and support for Squarespace websites. I would love to help you in any way I can. Squarespace Plugins | Book Live Help | Squarespace Video Tutorials | Buy Me a Coffee 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