Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #279196

    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

    #279216

    Hey!

    Try adding this code to the Quick CSS:

    .avia_textblock .av_font_icon {
        float: none !important;
        display: inline !important;
    }

    Cheers! 
    Josue

    #279219

    A1 Josue!

    Tks!

    #279222

    You are welcome, always glad to help :)

    Regards,
    Josue

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.