Tagged: tooltip
Hi,
Is there any way I could extend the size of Tooltip box?
Hi Sadegh!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia-tooltip.av-tt-hotspot {
width: 300px;
}
Cheers!
Yigit
Hi Yigit,
Thanks for that.
Is there any way I could change the size of the tooltips just in one page? I mean if it is possible that each page has its own tooltips size.
Hey!
Yes, you can change the code to following one
.page-id-59 .avia-tooltip.av-tt-hotspot {
width: 300px;
}
59 is the page ID here, change it to match your page.
Regards,
Yigit
Hi Yigit,
Great, thank you :)