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
Hey!
Try adding this code to the Quick CSS:
p .av_font_icon {
float: none;
display: inline-block;
}
Cheers!
Josue
Hi Josue,
that worked, perfect!
Thank you
Bernd
You are welcome, glad to help :)
Regards,
Josue