Replies: 0
Is there a way to reduce the spacing between these genericons and the text beside it?
https://snipboard.io/VTm8Xa.jpg
(top row is the current state, and the bottom row is what I’m hoping to achieve)
Here’s the CSS I’ve used to add a genericon and text:
.posted-on:before {content: ‘\f307’;}
// i.e. add genericon calendar symbol before the span class that has the posting date.
Thanks in advance,
Derek