Comments Helen started the conversationJuly 28, 2021 at 12:03pmHi - is there a way to set the tracklists on mobile view of the MP3 player to go onto multiple lines rather than cut the copy off? I often need to have long track names for my clients, and mobile view is causing issues. 667Alexandre repliedJuly 28, 2021 at 3:15pmHi, You can use this custom css code:If you dont know where to insert this code, please go to wp-admin>appearance>customize>additionnal CSS.@media only screen and (max-width: 767px) {.iron-audioplayer .playlist .tracklist-item-title{white-space: unset;}}Thanks, Alexandre from the Sonaar.io Crew1 LikeHelen repliedSeptember 8, 2021 at 9:19amHi -sorry for the slow reply. I've added this on a few sites and it's not made a difference. Still getting text cut off on mobile for the playlists. Using Elementor PRO. 667Alexandre repliedSeptember 8, 2021 at 1:16pmHi, The code I gave is not strong enough.Please replace it by:@media only screen and (max-width: 767px) {.iron-audioplayer .playlist .tracklist-item-title{white-space: unset !important;}}Thanks, Alexandre from the Sonaar.io Crew1 LikeHelen repliedSeptember 8, 2021 at 3:04pmPerfect - thank you! 667Alexandre repliedSeptember 8, 2021 at 3:52pmYou are welcomeThanks, Alexandre from the Sonaar.io Crew Sign in to reply ...
Hi - is there a way to set the tracklists on mobile view of the MP3 player to go onto multiple lines rather than cut the copy off? I often need to have long track names for my clients, and mobile view is causing issues.
Hi,
You can use this custom css code:
If you dont know where to insert this code, please go to wp-admin>appearance>customize>additionnal CSS.
@media only screen and (max-width: 767px) {
.iron-audioplayer .playlist .tracklist-item-title{
white-space: unset;
}
}
Thanks,
Alexandre from the Sonaar.io Crew
Hi -sorry for the slow reply.
I've added this on a few sites and it's not made a difference. Still getting text cut off on mobile for the playlists. Using Elementor PRO.
Hi,
The code I gave is not strong enough.
Please replace it by:
@media only screen and (max-width: 767px) {
.iron-audioplayer .playlist .tracklist-item-title{
white-space: unset !important;
}
}
Thanks,
Alexandre from the Sonaar.io Crew
Perfect - thank you!
You are welcome
Thanks,
Alexandre from the Sonaar.io Crew