POLS Posted December 4, 2021 Share Posted December 4, 2021 Site URL: https://www.putonlovestory.com Hello, I was able to use custom CSS to make the summary block appear as Two columns on the mobile. However, I see that it skips a few rows and I would also like a "space" in between the column photos. Would you kindly help with these two? Thank you so so much, Link to comment
Beyondspace Posted December 11, 2021 Share Posted December 11, 2021 On 12/4/2021 at 9:59 AM, POLS said: Site URL: https://www.putonlovestory.com Hello, I was able to use custom CSS to make the summary block appear as Two columns on the mobile. However, I see that it skips a few rows and I would also like a "space" in between the column photos. Would you kindly help with these two? Thank you so so much, You can try adding to Home > Design > Custom Css @media only screen and (max-width: 767px) { section[data-section-id="61aaca825d821d20cfbf41c6"] { .summary-item-list { display: grid; grid-template-columns: repeat(2,1fr); grid-gap: 10px; } .summary-item { width: 100% !important; } } } Change grid-gap value to change space between item Let me know how it works on your site Press 👍 or mark this answer as solution to help another one too 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 December 11, 2021 Share Posted December 11, 2021 My testing result 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
POLS Posted December 14, 2021 Author Share Posted December 14, 2021 It worked like magic! Thank you so so much 😭 Beyondspace 1 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