Tagged: fontello
This is my code in a text block :
Les entreprises d’électricité EG ltée. [av_font_icon icon='ue854' font='entypo-fontello' style='' caption='' link='' linktarget='' color='red' size='1em' position='left' custom_class=''][/av_font_icon] 514.748.0505 514.748.1119 (Email address hidden if logged out) Contact
I want the icon to be place beside the phone number, but it’s place as the beginning of the paragraph. Is there something I’m doing wrong, or is it just not design to be place inside a body content text?
Here’s a screenshot : https://www.dropbox.com/s/szftgb5vy2y75lq/screenshot-fontello-in-text.png
Hey!
Try adding this code to the Quick CSS:
.avia_textblock .av_font_icon {
float: none !important;
display: inline !important;
}
Cheers!
Josue
A1 Josue!
Tks!
You are welcome, always glad to help :)
Regards,
Josue