Tagged: fontello icon, Text block
Hello,
is it possible to display icon-fonts in text-blocks (twogether with some text)?
I’ve had some different efforts to change my last text-section before footer: I just want to display mail-icon directly before mail-address and phone-icon
directly before phone-number. (Like in top-header section)
Thank you,
Astrid
Hey Asrada,
For your icons you need to add:
display: inline-block;
float: none;
In your text block I wrapped your icons & text with a span:
<span class="info-icons"> ... </span>
then I added this css in your Quick CSS:
.info-icons .av_font_icon {
display: inline-block !important;
float: none !important;
margin-left: 0.5em !important;
margin-right: 0.1em !important;
}
Please clear your browser cache and check.
Best regards,
Mike
That’s perfect – thank you!
Best regards
Astrid
Hi Astrid,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria