Tagged: alignment, font icons, fontello, text
Hello. I have fontello fonts icons inline with text within a text block. However, the bottom of the icons are lower than the bottom of the text next to them. How can I get them to vertically align at the bottom of the text? Thanks
Hey 1039 Online!
Add this to your custom CSS.
.avia_textblock .av_font_icon {
top: -5px;
position: relative;
}
Cheers!
Elliott
Thanks, Elliot. T’hat gave me the guidance I needed.