• lberry8426

    (@lberry8426)


    Hello,

    I am having issue with the bubblewidth attribute not working at all, I have tried giving it several values, even some that are a bit exaggerated and it never affects the bubbles.

    As of right now the bubbles are making the content in them display oddly and not same on the same line as I would like them to.

    Please advise, thanks! 🙂

    https://ww.wp.xz.cn/plugins/simple-tooltips/

Viewing 3 replies - 1 through 3 (of 3 total)
  • it is max width, it breaks lines after that value.
    I use “450” for the smallest screens.

    my question is:
    Can the developer code if screen size is smaller than the max wight than use the screen size value?

    cokeyblokey

    (@cokeyblokey)

    add this to your css to stop words getting broken onto separate lines:

    .Zebra_Tooltip {
         white-space: nowrap;
    }

    @cokeyblokey
    can you give me an example how this css code helps? thanks any way.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘bubblewidth not working’ is closed to new replies.