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? BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) If you find my answer useful, 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