Okay
  Public Ticket #3220939
Sticky player design
Closed

Comments

  •  1
    Julian started the conversation

    Hi there

    How much can this be configured? We'd like to create more space on the left for longer track titles.

    Thanks

    J

  •  1,109
    Max replied

    Can you please elaborate with perhaps a screenshot and also website URL so we can check your issue?


    Thanks,


    Max from the Sonaar.io Crew

  •  1
    Julian replied

    In this example, the player takes up almost all the width so the text barely squeezes in.

    7630152857.png
  •  1,109
    Max replied

    What is your website URL? 

    Thanks,


    Max from the Sonaar.io Crew

  •   Julian replied privately
  •  1,109
    Max replied

    Hey there!

    To make your website look just the way you want it, custom CSS is your friend. Just a heads up, our free support doesn't include creating custom CSS code for you. But don't worry, I'm happy to help you out this time! If you need further customization in the future, we have a customization service that can assist you. 

    Add this custom CSS code on your site in WP-Admin > Appearance > Customize > Additional CSS:

    #sonaar-player .playerNowPlaying {
        width: 500px;
        display: flex;
        align-items: center;
    }

    Thanks,


    Max from the Sonaar.io Crew

  •   Julian replied privately
  •  1,109
    Max replied

    Hi,

    according to your screenshot, and compared to your shortcode:

    This is a boxed player_layout, not a floated one. It also has custom field columns enabled, and the artist name below the title.

    You can check shortcode attribute for boxed player and custom fields columns here: https://sonaar.io/docs/add-audio-player-with-shortcode/

    Thanks,


    Max from the Sonaar.io Crew