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?
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
Inserted your code in the wrong place at first as I misunderstood Codeblock. But I found it and it works!!! Great, thanks a lot!