• Resolved jpite

    (@jpite)


    I’d like to be able to more space in between the episodes using shortcode [podcast_playlist order=”DESC”] as in above link. Any suggestions?

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Serhiy Zakharchenko

    (@zahardoc)

    Hi @jpite,

    You can do it with custom styles. Try adding the following CSS rules:

    .castos-player .playlist__item?{ 
    margin-top: 20px;
    }
    Thread Starter jpite

    (@jpite)

    Thnx Serhly, but to no avail… did not make the change I’m looking for.

    Thread Starter jpite

    (@jpite)

    Any tweaks on this CSS so that it will work? Thnx!

    Thread Starter jpite

    (@jpite)

    Any thoughts on refining? It does not work…

    .castos-player .playlist__item?{
    margin-top: 20px;
    }

    Thnx

    Plugin Author Serhiy Zakharchenko

    (@zahardoc)

    Hi @jpite,

    I checked your site and found that your rules are being overridden by the player’s CSS, which is why they aren’t working. You can make your rules more important by using a more specific selector:

    .castos-player li.playlist__item {
    margin-top: 20px;
    }

    Hope this helps,
    Serhiy.

    Thread Starter jpite

    (@jpite)

    Many thanks – perfect, and appreciate your help! Feel free to close this thread.

    JP

Viewing 6 replies - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.