• There is a big gap between the paragraph and the embedded Youtube Video On My Single Blog Page. This problem is happening on all my blog posts. A big Gap (Padding) between my paragraph and video

Viewing 1 replies (of 1 total)
  • Hello,

    ?Please try to add the below CSS code from the Appearance > Customize > Custom CSS, and check.

    .wp-embed-responsive .wp-has-aspect-ratio iframe {
        padding-top: 0px;
    }

    or

    .wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
        padding-top: 0px;
    }

    If not resolved with the above, please share the page URL to check.

    • This reply was modified 3 years, 8 months ago by Abhishek.
Viewing 1 replies (of 1 total)
  • The topic ‘Gap Between Blog Content OceanWP’ is closed to new replies.