Comments Vincent started the conversationAugust 25, 2021 at 12:42pmHi, I would like to change the height of the mp3 player when it is shownat the botton of the page (not close to the playlist).How can I do? Have you got some tutorial for this setting? Bestr regards 1,114Max repliedAugust 25, 2021 at 2:15pmHi,you can set the sticky player to be smaller by selecting this option: https://d.pr/i/ON1OXGbut we don't have settings to set your own height. This would require custom css and might not work in every situation. you can try by using this custom css:#sonaar-player, #sonaar-player .player { height: 150px;}Thanks, Max from the Sonaar.io Crew Sign in to reply ...
Hi,
I would like to change the height of the mp3 player when it is shown
at the botton of the page (not close to the playlist).
How can I do?
Have you got some tutorial for this setting?
Bestr regards
Hi,
you can set the sticky player to be smaller by selecting this option: https://d.pr/i/ON1OXG
but we don't have settings to set your own height. This would require custom css and might not work in every situation. you can try by using this custom css:
#sonaar-player, #sonaar-player .player {
height: 150px;
}
Thanks,
Max from the Sonaar.io Crew