phreshcareco Posted October 8 Share Posted October 8 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. Link to comment
Solution Ziggy Posted October 9 Solution Share Posted October 9 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 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) ✨ Spark Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
phreshcareco Posted October 9 Author Share Posted October 9 @Ziggy Thankyou so much . Ziggy 1 Link to comment
Ziggy Posted October 9 Share Posted October 9 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 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) ✨ Spark Plugin (Referral link) ☕ Did I help? Buy me a coffee? 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