Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #577212

    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

    #577486

    Hey 1039 Online!

    Add this to your custom CSS.

    .avia_textblock .av_font_icon {
        top: -5px;
        position: relative;
    }

    Cheers!
    Elliott

    #577998

    Thanks, Elliot. T’hat gave me the guidance I needed.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Vertical align fontello font icons with text in text block’ is closed to new replies.