Hi, thank you for that plugin.
How I can use CSS text-align property in tooltip? When I try to use that code in my HTML template like
<p style="text-align: left">....</p>
Code was anyway centered?
Solved with .tippy-tooltip[data-template-id="myID"] CSS rule.
@skazhikadyadya nice one 馃槂 ty!
Hi
Is it working with latest versions ? I my case, that seems to doesn't work as expected :/
Thank you
Most helpful comment
Solved with
.tippy-tooltip[data-template-id="myID"]CSS rule.