dj_buckley Posted August 20, 2020 Share Posted August 20, 2020 Site URL: https://nolan-demo.squarespace.com/our-work I'm currently using the Nolan template in 7.1. Is it possible to have a 'feature project' at the top basically a larger version of the project thumbnails that functions in the same way? So the structure would be 1 column with the feature project spanning the full width, then back to the 2 column structure? https://nolan-demo.squarespace.com/our-work Link to comment
tuanphan Posted August 20, 2020 Share Posted August 20, 2020 Add to Page Settings > Advanced > Header .grid-item:first-child { grid-column: 1 / -1; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
dj_buckley Posted August 20, 2020 Author Share Posted August 20, 2020 Doesn't appear to do anything other than what you see attached Link to comment
tuanphan Posted August 21, 2020 Share Posted August 21, 2020 sorry, missing style tag <style> .grid-item:first-child { grid-column: 1 / -1; } </style> Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
dj_buckley Posted August 24, 2020 Author Share Posted August 24, 2020 Perfect, works a treat, thank you Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.