Reduce Spacing Between Track List
-
Hi,
Can you provide CSS code that will reduce the spacing between the sound tracks?
I’m no expert but I tried implementing some CSS using Google Dev tools but I’m obviously not doing something right. I found I could change the spacing in Dev Tools but not in the real world.
https://app.screencast.com/AEfwjJcX3UgHnI tried some options which didn’t work but like I said, I’m no expert. 😉
.iron-audioplayer[data-playertemplate=”skin_boxed_tracklist”] .sr-playlist-item {
padding: 4px;
}.sr-playlist-item {
padding: 4px;
}.iron-audioplayer .playlist li {
padding: 4px;
}Cheers!
FrankThe page I need help with: [log in to see the link]
The topic ‘Reduce Spacing Between Track List’ is closed to new replies.