emareis Posted May 28, 2020 Share Posted May 28, 2020 I'm trying to add custom css that will make my posts on my portfolio page alternate widths. I want to have a grid that has 2 projects and then 1 beneath and 2 again after for example. Link to comment
tuanphan Posted May 29, 2020 Share Posted May 29, 2020 Can you share link to portfolio page? 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
RyanDejaegher Posted June 11, 2020 Share Posted June 11, 2020 On 5/28/2020 at 4:24 PM, emareis said: I'm trying to add custom css that will make my posts on my portfolio page alternate widths. I want to have a grid that has 2 projects and then 1 beneath and 2 again after for example. @emareis Here's a video talking through how you can do this in Squarespace 7.1: https://www.loom.com/share/6811bffc83a64330923fa472008fd23f And here's the code you can enter into your custom CSS to achieve this #gridThumbs .grid-item:nth-of-type(3n+3){ grid-column: span 2; } NicolasRix and chandlerbing 1 1 Philadelphia, PA 👉 Squarespace Tutorials Chat/Message on FB Messenger for quickest response: https://m.me/dejaegherryan Link to comment
chandlerbing Posted June 12, 2020 Share Posted June 12, 2020 On 6/11/2020 at 6:57 PM, ryandejaegher said: @emareis Here's a video talking through how you can do this in Squarespace 7.1: https://www.loom.com/share/6811bffc83a64330923fa472008fd23f And here's the code you can enter into your custom CSS to achieve this #gridThumbs .grid-item:nth-of-type(3n+3){ grid-column: span 2; } Thank you so much!!! RyanDejaegher 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