Podcast App - layout and formating problems

Hello @Stephen4!

Thank you for waiting!

To remove empty space, we’ve added this CSS code to the Custom CSS field on the Style tab:

[class^=“Playlist__Component”] {
height: auto;
}

[class^=“PlaylistItem__PlaylistItemComponent”]:last-child {
margin-bottom: 35px !important;
}

image

Please check it and let me know if you like what you see :slightly_smiling_face: