Site logo

Archived topic

Spacing after YouTube video embed

1 reply · Started by Will on January 12, 2023

Viewing posts 1–2 of 2

Hi,

How do I increase the spacing after a YouTube video embed?

Hi Will,

Try adding this through Appearance > Customize > Additional CSS:

figure.wp-block-embed-youtube {
    margin-bottom: 24px;
}

You can replace 24px with your preferred spacing value.

This archived topic is closed to new replies.