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

    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

    #1013374

    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

    #1013625

    That’s perfect – thank you!
    Best regards
    Astrid

    #1013772

    Hi Astrid,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

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