Reply To: Full width on mobile

Home Forums Music Player Plugin Full width on mobile Reply To: Full width on mobile

#2856
ESTALIN INTRIAGO
Participant

I already solved it, insert the following code so that the player has no padding on the mobile.

.container.beats-container {
padding-left: 0px;
padding-right: 0px;
}