Spacing between youtube embed and following par

Home Forums Gillion Theme Spacing between youtube embed and following par

Home Forums Gillion Theme Spacing between youtube embed and following par

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • okeydokeydad
    Participant

    Hi,

    For some reason, the paragraph beneath a youtube embed is crushed right up against the embed. Can I fix this? It should ideally be the same gap as a regular paragraph space.

    I’ve been using this custom CSS:

    .sh-text-content .page-content p, .blog-single .post-content p {
    line-height: 1.4;
    margin-bottom: 22px;
    }
    .video-stream.html5-main-video {
    margin-bottom: 20px !important;
    }

     

    Attachments:
    You must be logged in to view attached files.

    okeydokeydad
    Participant

    Nevermind, got there with chatGPT.

    This worked:

    .wp-block-embed {
    margin-bottom: 20px !important;
    }

    Shufflehound
    Moderator

    Great! Thank you for letting us know 🙂

Viewing 3 posts - 1 through 3 (of 3 total)