Title: bubblewidth not working
Last modified: August 31, 2016

---

# bubblewidth not working

 *  [lberry8426](https://wordpress.org/support/users/lberry8426/)
 * (@lberry8426)
 * [10 years ago](https://wordpress.org/support/topic/bubblewidth-not-working/)
 * 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://wordpress.org/plugins/simple-tooltips/](https://wordpress.org/plugins/simple-tooltips/)

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

 *  [Saleswonder Team: Tobias](https://wordpress.org/support/users/tobias_conrad/)
 * (@tobias_conrad)
 * [10 years ago](https://wordpress.org/support/topic/bubblewidth-not-working/#post-7352130)
 * 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](https://wordpress.org/support/users/cokeyblokey/)
 * (@cokeyblokey)
 * [10 years ago](https://wordpress.org/support/topic/bubblewidth-not-working/#post-7352142)
 * add this to your css to stop words getting broken onto separate lines:
 *     ```
       .Zebra_Tooltip {
            white-space: nowrap;
       }
       ```
   
 *  [Saleswonder Team: Tobias](https://wordpress.org/support/users/tobias_conrad/)
 * (@tobias_conrad)
 * [10 years ago](https://wordpress.org/support/topic/bubblewidth-not-working/#post-7352143)
 * [@cokeyblokey](https://wordpress.org/support/users/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.

 * ![](https://s.w.org/plugins/geopattern-icon/simple-tooltips_cfcfcf.svg)
 * [Simple Tooltips](https://wordpress.org/plugins/simple-tooltips/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/simple-tooltips/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/simple-tooltips/)
 * [Active Topics](https://wordpress.org/support/plugin/simple-tooltips/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/simple-tooltips/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/simple-tooltips/reviews/)

 * 3 replies
 * 3 participants
 * Last reply from: [Saleswonder Team: Tobias](https://wordpress.org/support/users/tobias_conrad/)
 * Last activity: [10 years ago](https://wordpress.org/support/topic/bubblewidth-not-working/#post-7352143)
 * Status: not resolved