Comments Ümit started the conversationJune 4, 2022 at 8:27amHi, how can I edit with css the spacing between tracks?Thank you!! 1,114Max repliedJune 4, 2022 at 8:46amHi, 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 repliedJune 4, 2022 at 8:49amHi Max,the url https://godandtheworld.comI´m using shortcode, I work with Divi, and the Extra Theme from Divi.Thanks! 667Alexandre repliedJune 6, 2022 at 2:25pmHi, 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 Sign in to reply ...
Hi,
how can I edit with css the spacing between tracks?
Thank you!!
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
Hi Max,
the url https://godandtheworld.com
I´m using shortcode, I work with Divi, and the Extra Theme from Divi.
Thanks!
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