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

    Hi,
    I’m referring to .
    The solutions provided there don’t work here. It seems like this iconfont is proportional. It would help already if I could change it to something like a monospaced font. As I have Icon+Text in 6 lines, no address lines that need to be idented. Just:
    icon text
    icon text
    icon text
    icon text (mobile icon smaller, so text starts some pixels left.
    icon text

    My tryings with div tags or tables were unsatisfying. Do you have any idea how to fix this?

    #396402

    Hey Peter!

    I think what your wanting to do is add this to a codeblock element in your page.

    <style type = "text/css">
    .av_font_icon {
      width: 30px;
    }
    </style>

    Best regards,
    Elliott

    #396431

    Inserted your code in the wrong place at first as I misunderstood Codeblock. But I found it and it works!!! Great, thanks a lot!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘fontello icon with fixed width possible’ is closed to new replies.