dmbox Posted March 24, 2021 Share 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 1 Link to comment
Beyondspace Posted March 24, 2021 Share 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; } } 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, Keyword HighlighterIf 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
dmbox Posted March 24, 2021 Author Share Posted March 24, 2021 bangank36, Thank you! 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