- This topic has 2 replies, 2 voices, and was last updated 1 year, 7 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Home › Forums › Music Player Plugin › Full width on mobile
Tagged: Mobile player
How can I see the player in full width on mobile?
help
Can you explain it more? May be with a screenshot
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;
}