• Video embeds show a huge unwanted White space above them.

    How can I get rid of this white space?

    Thanks!

    The page I need help with: [log in to see the link]

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

    (@kevin_linden)

    I managed to make the space go away by adding this “additional CSS” in the customization section:

    .wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before {
    content: “”;
    display: block;
    padding-top: 0%;
    }

    However, I’d still like to know how the problem could be solved (by a theme update, perhaps) without me having to mess around with custom CSS, which might have as yet undiscovered negative effects elsewhere on the site.

    Thanks!

Viewing 1 replies (of 1 total)
  • The topic ‘Videos have HUGE white space above them’ is closed to new replies.