telagh Posted June 21, 2023 Posted June 21, 2023 Hi. I want more spacing between the tags, and also a "," between every tag to distinguish them. I tried following: /* Tag cloud word spacing */ ul.sqs-tagcloud * { word-spacing: 20px ; } But it only changes the spacing between the words in the tag. Can someone help me? What is the TAG called in CSS language
Solution tuanphan Posted June 23, 2023 Solution Posted June 23, 2023 Try this code, if it doesn't work, please share link to page where you have problem, we can check easier /* Tag cloud word spacing */ ul.sqs-tagcloud * { margin-left: 10px; margin-right: 10px; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
telagh Posted June 23, 2023 Author Posted June 23, 2023 (edited) Thank you so much. But now i have another question regarding https://onion-crow-5drn.squarespace.com/config/pages/6493517b1c4cd40fb8bbc408 How do i change the searchbar on the page to another font? Edited June 23, 2023 by telagh
tuanphan Posted June 24, 2023 Posted June 24, 2023 4 hours ago, telagh said: Thank you so much. But now i have another question regarding https://onion-crow-5drn.squarespace.com/config/pages/6493517b1c4cd40fb8bbc408 How do i change the searchbar on the page to another font? /config is admin url. If you look at top right or top left, you will see an arrow > Click on it > real url will appear on browser address bar Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment