Kapturedtraveling Posted August 3, 2021 Share Posted August 3, 2021 Site URL: https://sawfish-pineapple-8wwn.squarespace.com/ Hi all, My website; https://sawfish-pineapple-8wwn.squarespace.com After a few hours of configuration I still not manage to change this. How can I change this column amount lower than 2? to 1 for instance. I would like to replicate a build-up like on these squarespace websites; https://www.shortstache.com/professional https://ashrr.com/commercial Link to comment
tuanphan Posted August 4, 2021 Share Posted August 4, 2021 22 hours ago, Kapturedtraveling said: Site URL: https://sawfish-pineapple-8wwn.squarespace.com/ Hi all, My website; https://sawfish-pineapple-8wwn.squarespace.com After a few hours of configuration I still not manage to change this. How can I change this column amount lower than 2? to 1 for instance. I would like to replicate a build-up like on these squarespace websites; https://www.shortstache.com/professional https://ashrr.com/commercial Hi. This is not possible with default setting. Add this to Design > Custom CSS to change to 1 column /* portfolio 1 column */ div#gridThumbs { grid-template-columns: repeat(1,1fr) !important; } 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
Kapturedtraveling Posted August 4, 2021 Author Share Posted August 4, 2021 Thanks a lot @tuanphan. I have an additional favor to ask! Can I also get a custom CSS to make the images that are shown in the 'Portfolio' section, full bleed? Currently have this and would like to have them full bleed. Link to comment
tuanphan Posted August 5, 2021 Share Posted August 5, 2021 23 hours ago, Kapturedtraveling said: Thanks a lot @tuanphan. I have an additional favor to ask! Can I also get a custom CSS to make the images that are shown in the 'Portfolio' section, full bleed? Currently have this and would like to have them full bleed. Use this CSS /* Portfolio fullbleed */ div#gridThumbs { padding-left: 0; padding-right: 0; } 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.