StudioMateri Posted June 4 Share Posted June 4 Hi, Apologies if this is the most basic question but my knowledge of websites and codes is practically equal to zero. I was adding a list to the services page and every time I add a new item I dont seem to be able to figure out why the vertical line disappears? It's only between first 3 elements. I have tried adding new list etc but its always the case. Link to comment
Lesum Posted June 4 Share Posted June 4 @StudioMateri Can you please share your site URL so I can take a look? If my comments were useful, please like or mark my solution as answer so others can scroll to it quickly. Sam Web Developer & Digital Designer ☕ Did you find my contribution helpful? Buy me a coffee? Link to comment
StudioMateri Posted June 4 Author Share Posted June 4 https://studiomateri.squarespace.com/services thank you! Link to comment
Solution Lesum Posted June 4 Solution Share Posted June 4 @StudioMateri Add this code snippet under Website > Pages > Website Tools > Custom CSS. @media only screen and (min-width: 768px) { .user-items-list-simple .list-item:not(:last-child) { border-right: .5px solid !important; } } If my comments were useful, please like or mark my solution as answer so others can scroll to it quickly. Sam Web Developer & Digital Designer ☕ Did you find my contribution helpful? Buy me a coffee? Link to comment
StudioMateri Posted June 4 Author Share Posted June 4 thank you! it worked 🙂 amazing Lesum 1 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