• Resolved michaelagibsonx

    (@michaelagibsonx)


    Hello!

    When I embed YouTube videos in my posts there is a large space over the videos. I am using Ocean WP, and when editing the post the spaces are not there. They are only there when it is viewed. How do I make those spaces go away?

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi, @michaelagibsonx

    I’m not sure if the following solution won’t break any visuals, because that is supposed to be a responsive embeded. But let’s give it a try.

    Try adding this in Dashboard – Appereance – Customize – Additional CSS in the Customizer

    .wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before {
        display:none;
    }

    You can learn how to use the Chrome Developer Tools or Firefox Developer Tools to help you see and test changes to your CSS.

    Hope this helps,
    Kind regards!

    Thread Starter michaelagibsonx

    (@michaelagibsonx)

    It worked, thank you so much!

    Happy to help! Glad it works!
    Also, lovely article you have there! ??

    Thread Starter michaelagibsonx

    (@michaelagibsonx)

    Thank you!!

    Also, If your question has been answered, we would love if you would mark this topic as resolved in the sidebar. This helps our volunteers find the topics that still need attention and more people will get helped, possibly like you did.
    Thank you!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Large Space Over YouTube Videos’ is closed to new replies.