Comments GertJan started the conversationSeptember 1, 2021 at 7:51amHi!Have a look at this page on computer and mobile:https://www.madonna.nl/muziek/discografie/albums/true-blue-35th-anniversary-edition/Also see screenshots.On computer, everything is OK. The playlist is looking good.On mobile, the playlist has a lot of space on the left site, before the numbers. See red arrow. I want the number and track title aligned to the left.How do I fix this?Kind regards,GertJan van Schuppen 665Alexandre repliedSeptember 1, 2021 at 3:16pmHi, Please add this custom CSS:@media screen and (max-width: 767px) {.srt_player-container .iron-audioplayer .track-number{padding-left: 0px;}} Thanks, Alexandre from the Sonaar.io Crew Sign in to reply ...
Hi!
Have a look at this page on computer and mobile:
https://www.madonna.nl/muziek/discografie/albums/true-blue-35th-anniversary-edition/
Also see screenshots.
On computer, everything is OK. The playlist is looking good.
On mobile, the playlist has a lot of space on the left site, before the numbers. See red arrow. I want the number and track title aligned to the left.
How do I fix this?
Kind regards,
GertJan van Schuppen
Hi,
Please add this custom CSS:
@media screen and (max-width: 767px) {
.srt_player-container .iron-audioplayer .track-number{
padding-left: 0px;
}
}
Thanks,
Alexandre from the Sonaar.io Crew