Caroline_Smith Posted March 12, 2022 Posted March 12, 2022 It depends on what content you want inside of the squares. Do you want images, text, a summary block? Feel free to email me with any customization inquiries or questions you may have! Free Squarespace Resources: DevTools Minicourse, 11-Step Guide to Improve Custom CSS, Free Product/Pricing Comparison Table Generator
Solution Caroline_Smith Posted March 12, 2022 Solution Posted March 12, 2022 If you are using a Squarespace 7.1 site, this will be very easy using a List Section. Add a Simple List, turn on/off whichever elements you want to include, Set "Space Between Columns" and "Space Between Rows" to 0px Copy & Paste into Design > Custom CSS. You will need to know the page section's "data-section-id" attribute to replace the placeholder with. [data-section-id="SECTION_ID_GOES_HERE"] { .user-items-list-simple .list-item { border: 2px solid gray; padding: 46px; } @media(min-width: 574px) { li.list-item:nth-child(2) { border-left: none; border-right: none; } } @media(min-width: 574px) { li.list-item:nth-child(2) { border-top: none; border-bottom: none; } } } tuanphan 1 Feel free to email me with any customization inquiries or questions you may have! Free Squarespace Resources: DevTools Minicourse, 11-Step Guide to Improve Custom CSS, Free Product/Pricing Comparison Table Generator
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment