• Resolved srtajpg

    (@srtajpg)


    Good morning team and thank you for this wonderful work.

    My question is: is it possible to insert a customized margin below the player when the player is on top of content?

    The thing is that I chose to write text below the podcast, however it is showing too close to the player and I′d like to create some extra air between them.

    Many thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Jimmy Baum

    (@amongthestones)

    Hi there @srtajpg,

    Thanks so much for the kind words! If you have a moment, would you mind leaving the plugin a review? We’d love to reach more people searching for podcasting and WordPress.

    You can add some margins by adding one of these snippets to your style.css or from Appearance → Customize → Additional CSS:

    .podcast_player {
      margin-bottom: 50px;
    }

    or

    .podcast_meta {
      margin-bottom: 50px;
    }

    We hope that helps. Let us know if you have any other questions and we’ll get back to you as soon as we can.

    Have a good day.

    Thread Starter srtajpg

    (@srtajpg)

    Thanks a lot, it worked perfectly.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Insert margin below player’ is closed to new replies.