JoyC Posted March 2 Share Posted March 2 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 Share Posted March 3 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 🔌 Ghost Squarespace Plugins (Referral link)📈 SEO Space (Referral link)⬛ SquareWebsites Plugins (Referral link)☕ Did I help? Buy me a coffee? Link to comment
JoyC Posted March 3 Author Share Posted March 3 (edited) Thank you for responding, @Ziggy! It almost works the way I want. I would love for it to be like a masonry gallery, so not a grid, and about 4px of gap between each image. I would love for it to look like this on mobile: www.joycoakleystudio.com/portraits Would also love it to have the lightbox function like that gallery thanks for any further help with this! Edited March 3 by JoyC 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