werrorphotography Posted May 22, 2022 Share Posted May 22, 2022 Site URL: https://www.werror.com.au/ I want to have two columns for my grid in mobile view on my home portfolio page. How can i go about this? Link to comment
Beyondspace Posted May 22, 2022 Share Posted May 22, 2022 7 hours ago, werrorphotography said: Site URL: https://www.werror.com.au/ I want to have two columns for my grid in mobile view on my home portfolio page. How can i go about this? Try adding to Home > Design > custom css @media only screen and (max-width: 767px) { section[data-section-id="6288d5bbef40836604a4f584"] #gridThumbs { grid-template-columns: 1fr 1fr; } } Let me know how it works on your site tuanphan 1 Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
Beyondspace Posted May 22, 2022 Share Posted May 22, 2022 My testing Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
Dylan_Statham Posted October 1, 2022 Share Posted October 1, 2022 On 5/22/2022 at 8:18 PM, bangank36 said: Try adding to Home > Design > custom css @media only screen and (max-width: 767px) { section[data-section-id="6288d5bbef40836604a4f584"] #gridThumbs { grid-template-columns: 1fr 1fr; } } Let me know how it works on your site Hi there, I am looking to implement this solution as well but could not get your code to work. Link to comment
Beyondspace Posted October 1, 2022 Share Posted October 1, 2022 2 hours ago, Dylan_Statham said: Hi there, I am looking to implement this solution as well but could not get your code to work. Have you try to change the section ID to match the one on your site? Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
tuanphan Posted October 2, 2022 Share Posted October 2, 2022 On 10/1/2022 at 11:48 AM, Dylan_Statham said: Hi there, I am looking to implement this solution as well but could not get your code to work. You can use this code @media only screen and (max-width: 767px) { body.homepage #gridThumbs { grid-template-columns: 1fr 1fr; } } 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
Dylan_Statham Posted October 3, 2022 Share Posted October 3, 2022 On 10/1/2022 at 5:18 PM, bangank36 said: Have you try to change the section ID to match the one on your site? That worked when i changed the section ID. I'm new to Squarespace so apologies for the oversight and thanks for the help. 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