JeneeseCreative Posted May 23, 2023 Posted May 23, 2023 Hey Team, I'd love to be able to update my mobile 1 column post scroll to a 2 column post scroll.I've attached a screenshot to see what I mean. Thanks so much!! Cheers,
Ziggy Posted May 24, 2023 Posted May 24, 2023 Can you share your website URL? Does this help? Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 📈 SEO Space (Referral link) Ⓜ️ Will Myers' Plugins & Tutorials (Referral link) 🔌 Ghost Squarespace Plugins (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️Pinch-to-Zoom Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee?
JeneeseCreative Posted June 1, 2023 Author Posted June 1, 2023 Hey, I tried to add that code but it didn't quite for me. My site URL is https://red-cat-ly4k.squarespace.com/ Thanks!!
Solution creedon Posted June 1, 2023 Solution Posted June 1, 2023 (edited) Quote I tried to add that code but it didn't quite for me. The reason it didn't work is the cited code is for v7.1. Your site is v7.0 using the Skye template family. An observation. I think Skye is going to be a little tougher to apply this effect to as SS is calculating the layout programmatically. Add the following to Blog Settings > Advanced > Page Header Code Injection for the blog page. Please see per-page code injection. <style> /* begin two column mobile */ .blog-list.col-1-grid { display : grid; gap : 3vw; grid-template-columns : 1fr 1fr; } .blog-list.col-1-grid article.entry--list { width : auto !important; } .tweak-blog-list-grid-alignment-top .blog-list.col-1-grid article.entry--list { margin-bottom : 0; } /* end two column mobile */ </style> This is for v7.0 using the Skye template family. Let us know how it goes. Edited June 2, 2023 by creedon tuanphan and JeneeseCreative 2 Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.
JeneeseCreative Posted June 5, 2023 Author Posted June 5, 2023 You are a genius! It worked! 🤩 creedon 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment