Okay
  Public Ticket #2857149
player position
Closed

Comments

  • Vincent started the conversation

    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

  •  1,103
    Max replied

    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