I'm experimenting with modifying HTML elements to achieve two specific goals:
Trying to vertically align two glyphicons and texts in the middle. (The "vertical align middle" method isn't working as intended)
Looking to adjust the CSS to create a small gap between the text "thanks" and glyphicons, aiming for a layout like
instead of<icon><thanks><icon>
<icon> <thanks> <icon>
I've set up a JSFiddle here: https://jsfiddle.net/vwdhd1wy/
I noticed an unexpected gap without any extra CSS added. Any assistance on this matter would be greatly appreciated!