LogikEvidence Posted March 2 Share Posted March 2 Hello. I need to have this page with two columns in the mobile version. Can anyone help? Website link: https://testeupoop.squarespace.com/upoop Thanks 🙂 Link to comment
Solution Ziggy Posted March 3 Solution Share Posted March 3 You can add this to your Custom CSS: #collection-62e2a17f3913a7667ff8fe11 { @media only screen and (max-width: 767px) { .user-items-list-simple:not([data-num-columns="1"]) { grid-template-columns:repeat(2,1fr) !important; grid-gap:8px!important; } } } Hope that works for you! LogikEvidence 1 Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com 🔌 Ghost Squarespace Plugins (Referral link)📈 SEO Space (Referral link)⬛ SquareWebsites Plugins (Referral link)☕ Did I help? Buy me a coffee? Link to comment
LogikEvidence Posted March 3 Author Share Posted March 3 Thanks for the answer. Did not work. Did I do something wrong? Link to comment
Ziggy Posted March 3 Share Posted March 3 Try just this: @media only screen and (max-width: 767px) { .user-items-list-simple { grid-template-columns:repeat(2,1fr) !important; grid-gap:8px!important; } } LogikEvidence 1 Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com 🔌 Ghost Squarespace Plugins (Referral link)📈 SEO Space (Referral link)⬛ SquareWebsites Plugins (Referral link)☕ Did I help? Buy me a coffee? Link to comment
tuanphan Posted March 6 Share Posted March 6 On 3/4/2023 at 12:56 AM, LogikEvidence said: Still not working sorry It shows fine to me LogikEvidence 1 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
LogikEvidence Posted March 6 Author Share Posted March 6 You are right! For me too. Thank you so much! 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