dmbox Posted March 24, 2021 Posted March 24, 2021 Site URL: https://www.digitalmediabox.com/ I've set my Products page as the Home Page, and would like to change the two column layout to four. Thanks in advance for any assistance, dmb
Beyondspace Posted March 24, 2021 Posted March 24, 2021 19 minutes ago, dmbox said: Site URL: https://www.digitalmediabox.com/ I've set my Products page as the Home Page, and would like to change the two column layout to four. Thanks in advance for any assistance, dmb try @media only screen and (max-width: 700px) { .homepage #productList .product { width: 50%; } } @media only screen and (min-width: 700px) { .homepage #productList .product { width: 25%; margin: 0; } .homepage #productList .product:nth-child(2n+1) { clear: none; } } BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - PDF Lightbox popup - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> No-code customisations for Squarespace
Recommended Posts
Archived
This topic is now archived and is closed to further replies.