Archived topic
Video Embeds too close to paragraph text
5 replies · Started by Liam on June 24, 2022
Hello,
Something seems to be up with my website's paragraph text and youtube video embeds.
The video embeds are way too close to the body/paragraph text inside my content.
I've tried going to Customize - Typography - Body - Adjust Line Height and Paragraph Bottom Margin but the YouTube Embed to body text spacing is unaffected by these adjustments.
I've also tried editing the header typography line height and bottom margin but it doesn't fix the issue, either.
Here's an image so you can see the problem in visual format:
Hi there,
can you share a link to a page on your site where i can see this issue ?
Try adding this CSS:
.wp-block-embed.aligncenter {
margin-bottom: 1em;
}
That's the ticket David! Thank you sir!
-Liam
You're welcome