• Resolved amandathewebdev

    (@amandathewebdev)


    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://ww.wp.xz.cn/plugins/mp3-jplayer/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter amandathewebdev

    (@amandathewebdev)

    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;
    }

    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.