Title: Not responsive?
Last modified: August 31, 2016

---

# Not responsive?

 *  Resolved [amandathewebdev](https://wordpress.org/support/users/amandathewebdev/)
 * (@amandathewebdev)
 * [10 years ago](https://wordpress.org/support/topic/not-responsive-91/)
 * Hello,
 * I like your plugin, I’m hoping I can figure this out. When I resize my browser,
   the player titles don’t wrap inside the parent div. On mobile, the longer titles
   stretch outside of the screen.
 * Is there an easy fix to make this responsive?
 * [https://wordpress.org/plugins/mp3-jplayer/](https://wordpress.org/plugins/mp3-jplayer/)

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

 *  Thread Starter [amandathewebdev](https://wordpress.org/support/users/amandathewebdev/)
 * (@amandathewebdev)
 * [10 years ago](https://wordpress.org/support/topic/not-responsive-91/#post-7456785)
 * I figured it out. I had to let the text wrap.
 *     ```
       span.wrap_inline_mp3j {
       	white-space: normal !important;
       }
       ```
   
 * Then I had to set the line-height because the play button was overlapping the
   text.
 *     ```
       span.T_mp3j {
       	line-height: 30px;
       }
       ```
   
 *  [coffeehero](https://wordpress.org/support/users/coffeehero/)
 * (@coffeehero)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/not-responsive-91/#post-8565614)
 * This is awesome! Thank you. Hope they add your code into the next version.

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

The topic ‘Not responsive?’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/mp3-jplayer_c3a59d.svg)
 * [MP3-jPlayer](https://wordpress.org/plugins/mp3-jplayer/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/mp3-jplayer/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/mp3-jplayer/)
 * [Active Topics](https://wordpress.org/support/plugin/mp3-jplayer/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/mp3-jplayer/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/mp3-jplayer/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [coffeehero](https://wordpress.org/support/users/coffeehero/)
 * Last activity: [9 years, 6 months ago](https://wordpress.org/support/topic/not-responsive-91/#post-8565614)
 * Status: resolved