Ptphotography Posted October 21, 2020 Share Posted October 21, 2020 Hello everyone, Can anyone please help me with the code to get rid of the space between text so I can write them next to each other? I have highlighted the space in blue so you can see it. Below is the before and after edit for your reference. 'After' is what I wish to achieve. My site: https://ptphotography.squarespace.com/shop Thank you in advance! Link to comment
creedon Posted October 21, 2020 Share Posted October 21, 2020 I suggest using one code block and add the following. <style> #myTargetLinks li { display: inline; padding-left: 2em; } #myTargetLinks li:first-child { padding-left: 0; } </style> <ul id="myTargetLinks"> <li> <a href="https://www.facebook.com/paul.thuysbaert/" target="_blank"> returns & refunds policy</a> </li> <li> <a href="https://www.linkedin.com/in/paul-thuysbaert-705a3723/" target="_blank"> prints & frames</a> </li> <li> <a href="https://www.instagram.com/paul_thuysbaert_photography/?hl=en/" target="_blank"> shipping & delivery</a> </li> <li> <a href="https://vimeo.com/user12171205/" target="_blank"> customer service</a> </li> </ul> Let us know how it goes. 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. Link to comment
Ptphotography Posted October 25, 2020 Author Share Posted October 25, 2020 @creedon IT WORKED! Thank you so much for helping me and the community 🙏😊 Take care, K Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.