Tooltip box dimensions

Hi X!

Our tool tip have quite a lot of content but our client is insistent that the text appears in a hover box… and that it’s actually a readable font size.

Are you able to help us make the box wider so that all text can be easily read on hover? Right now, the first part of the text is off screen and once you scroll up it disappears because you are no longer hovering.

There are two tooltips on this page:
https://generatefl.com/services/

Thanks for your help making all of our sites better!

Hello There,

Thanks for writing in!

To resolve your issue and make the tooltip box a little bit wider, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

.tooltip .tooltip-inner {
    min-width: 350px !important;
}

We would loved to know if this has work for you. Thank you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.