I\'m trying to center align font awesome icons center by vertically. If there is text we can do it using line-height property even i tried giving the lin
line-height
lin
vertical-align: middle will work if you set the div display: table-cellhttp://jsfiddle.net/M3jxT/484/
vertical-align: middle
div
display: table-cell