Skip to content Skip to sidebar Skip to footer

Remove Padding Below Font Awesome (CSS Icon)

I am trying to remove the padding below font awesome stack icons, have tried everything in my knowledge, and the solutions provided on stack overflow and other websites (from setti

Solution 1:

You can fix this by adding changing the height for .fa-stack class

.fa-stack { height:1.2em !important; }

Solution 2:


Post a Comment for "Remove Padding Below Font Awesome (CSS Icon)"