How do you change the width of the tooltip to accommodation more text? It’s a bit small at the moment.
thanks
Jon
Hi jjma!
Which tooltip is it? Image element, team element? etc etc
Can you send us a link to the page? You can set your reply as private if you wish.
Cheers!
Elliott
Here is the link:
http://www.pivotalscientific.com/alliance-test
We are using the partner/logo element and want to increase the width of the tooltip.
thanks
Anyone?
Can the tooltip width be changed for the partner / logo element?
Appreciate any response.
Jonathan
Hey!
Add this to a codeblock element in the page content.
<style type = "text/css">
.avia-tooltip { width: 300px !important; }
</style>
Regards,
Elliott
How is it possible to do that using the advanced editor as wordpress removes the style if pasted into a text box.
Hey!
Please make sure to add the code in text tab of text block element.
Regards,
Yigit
Yes that is what I tried:
<style type = “text/css”>
.avia-tooltip { width: 300px !important; }
</style>
my text block
In the text tab of the text block element but advanced editor removes the style. I know this because if I use the default editor the inline style appears in the body.
Anyone?