artyp Posted January 5, 2022 Share Posted January 5, 2022 (edited) Site URL: https://greyhound-parsnip-e88e.squarespace.com/ Hi! I want to have my portfolio in 5 columns instead of the max 4 possible in 7.1 Does someone can help me out with some CSS to make this possible? TIA! Edited January 5, 2022 by artyp Link to comment
Beyondspace Posted January 5, 2022 Share Posted January 5, 2022 2 hours ago, artyp said: Site URL: https://greyhound-parsnip-e88e.squarespace.com/ Hi! I want to have my portfolio in 5 columns instead of the max 4 possible in 7.1 Does someone can help me out with some CSS to make this possible? TIA! What is your protected password? 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 January 7, 2022 Share Posted January 7, 2022 On 1/5/2022 at 6:01 PM, artyp said: Site URL: https://greyhound-parsnip-e88e.squarespace.com/ Hi! I want to have my portfolio in 5 columns instead of the max 4 possible in 7.1 Does someone can help me out with some CSS to make this possible? TIA! Try adding to Design > Custom CSS @media screen and (min-width:992px) { .portfolio-grid-basic { grid-template-columns: repeat(5,minmax(0,1fr)) !important; } } 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment