JoyC Posted March 2, 2023 Share Posted March 2, 2023 My site is a Wells template and I would love to make these masonry style galleries on my site have 2 columns on mobile and tablet devices, instead of 1. Can anyone help me with HTML that would work for this Wells template? Example: https://www.joycoakley.com/interiors Link to comment
Ziggy Posted March 3, 2023 Share Posted March 3, 2023 Try this Custom CSS solution: @media only screen and (max-width:767px) { div#slideshow { display:grid!important; grid-template-columns:repeat(2,1fr)!important; grid-column-gap:8px; grid-row-gap:8px; } } Hope that helps! tuanphan 1 Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲 SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️ Gallery Lightbox Plugin (Referral link) ☕ Did I help? 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