Okay
  Public Ticket #3529816
Size text in sticky player
Closed

Comments

  • Guillaume started the conversation

    Hello,

    I can't change the size of the title and category texts in the sticky bar. 

    Changing the settings does nothing. 

    Do you know what could be causing the problem? I've cleared all the caches. 

    Maybe I need to add some CSS, I don't know. If so, could you please tell me?

    Thank you, have a nice day

    Attached files:  text size.jpg
      settings size text nothing happens.jpg

  •  1,103
    Max replied

    You forget the unit "px" in your field. eg: 52px instead of only 52

    Thanks,


    Max from the Sonaar.io Crew

  • Guillaume replied

    Thanks a lot Max, it works perfectly with the 'px'. 

    For mobile, I had added this CSS that you shared with me. I'm sharing it below for those who need to change the size of the sticky bar on the phone :

    @media only screen and (max-width: 540px){
    #sonaar-player, #sonaar-player .player {
        height: 80px;

    }
    }

     

    @media only screen and (max-width: 540px){
    #sonaar-player .playerNowPlaying .metadata {
    font-size: 18px;
    }
    }