Support » Plugin: Video Player for YouTube » CSS for spacing

  • Is there are reference for the CSS? I’m using this plugin to embed YT videos in a course built with LearnPress. This uses the Classic Editor for posts and course layouts. When I include a video using the shortcode there is no space above the video and I can’t find the CSS that I need so that I can set padding and margin for the player.

Viewing 1 replies (of 1 total)
  • Thread Starter emlawp

    (@emlawp)

    To add to this, I did customise this in CSS but it is not adding space to all videos. On some pages it seems to work.

    /* YT Player */
    .plyr {
    margin-top: 30px;
    margin-bottom: 30px;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘CSS for spacing’ is closed to new replies.