Okay
  Public Ticket #2880113
Sticky Player
Closed

Comments

  • Klaus Grüninger started the conversation

    When opening the context menu / itemlist / playlist, the margins in height are very big size. How can I minimize that padding / margins?
    The lines of the playlist entrys have a great distance from each other.

    Thanks for your hgelp.

    Klaus

  •  1,104
    Max replied

    Hi,

    can you send me a screenshot so I can see your context


    Thanks,


    Max from the Sonaar.io Crew

  • Klaus Grüninger replied
    • Klaus.Live_live.jpg shows the problem: Much space between two playlist entries.

    https://klaus.live/live


    • Klaus.live.jpg is the sticky player on the entry page, working very well:  https://klaus.live
  •  1,104
    Max replied

    This is caused by your theme. to prevent this, add this custom CSS code in WP-Admin > Appearance > Customize > Additional CSS:

    #sonaar-player .playlist .content {
        padding: initial;
    }


    Thanks,


    Max from the Sonaar.io Crew

  • Klaus Grüninger replied

    thank you for your help.

    It works great now!