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

    Hello,
    I would like to have an Icon with Tool-Tip inside a textline.

    So I generated in a textblock with the shortcode-Icon this code:

    [av_font_icon icon='ue81f' font='entypo-fontello' style='' caption='' link='' linktarget='' size='14px' position='right' color='#0084c8']TESTTEXT[/av_font_icon]

    But however I set the position, it is always not IN the text, either it is on the left or right side, or in the middle underneath.

    Please see the picture to understand where the icon should move:

    What could I do here?

    Thank you for HELP
    Bernd

    #551635

    Hey!

    Try adding this code to the Quick CSS:

    p .av_font_icon {
        float: none;
        display: inline-block;
    }

    Cheers! 
    Josue

    #551638

    Hi Josue,
    that worked, perfect!
    Thank you
    Bernd

    #551660

    You are welcome, glad to help :)

    Regards,
    Josue

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