• Resolved Frank B.

    (@frankbiganski)


    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/AEfwjJcX3UgHn

    I 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!
    Frank

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author sonaar

    (@sonaar)

    Hi,

    This code should work:

    .iron-audioplayer[data-playertemplate="skin_boxed_tracklist"] .sr-playlist-item {
    padding: 5px;
    }

    If its not working add !important to padding: 5px!important;


    Thank you,

    Thread Starter Frank B.

    (@frankbiganski)

    That is so nice of you to provide the code. The code worked with !important added.

    Thanks again!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Reduce Spacing Between Track List’ is closed to new replies.