Okay
  Public Ticket #3057647
Space between tracks
Closed

Comments

  • Ümit started the conversation

    Hi, 

    how can I edit with css the spacing between tracks?

    Thank you!!

    Attached files:  Bildschirmfoto 2022-06-04 um 10.26.46.png

  •  1,103
    Max replied

    Hi, 

    How are you embedding the player right now? Are you using shortcode, Elementor or Gutenberg editor? 

    Is it possible to provide me a url where I can see that player? 


    Thanks,


    Max from the Sonaar.io Crew

  • Ümit replied

    Hi Max,

    the url https://godandtheworld.com

    I´m using shortcode, I work with Divi, and the Extra Theme from Divi.

    Thanks!

  •  646
    Alexandre replied

    Hi,
    Please use this custom css:

    .iron-audioplayer[data-playertemplate="skin_boxed_tracklist"] .sr-playlist-item{
    margin-bottom: 0px;
    }

    If this is not enough you can also reduce padding-bottom.

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

    Thanks,


    Alexandre from the Sonaar.io Crew