Guest Posted October 8, 2023 Posted October 8, 2023 Hey guys, Was hoping someone could help me out with some code to add line breaks to my simple list block. Lines need to be vertical in desktop version but horizontal on mobile. website -https://phreshcareco.com.au/ Password - Test123 Cheers in advanced.
Solution Ziggy Posted October 9, 2023 Solution Posted October 9, 2023 Try this Custom CSS: @media only screen and (min-width:768px) { .user-items-list-simple .list-item:nth-child(n+1) { border-left: 1px solid white; } } @media only screen and (max-width:767px) { .user-items-list-simple .list-item:nth-child(n+1) { border-top: 1px solid white; } } 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?
Ziggy Posted October 9, 2023 Posted October 9, 2023 7 minutes ago, phreshcareco said: @Ziggy Thank you so much. No problem! 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?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment