Comments achanotech started the conversation2 weeks ago on August 8, 2025 at 9:10amHello, I have a video uploaded in the article from the media library. It is displayed over the title. How can I fix this? Thank you! 2,944PenciDesign replied2 weeks ago on August 8, 2025 at 9:42amHi, I've checked your site, and the issue is caused by the WP Automatic plugin. It includes some CSS code that conflicts with the default theme styles. Please go to Appearance → Customize → Custom CSS then add the following custom CSS code: .wp-block-video video { position: static; } Regards,PenciDesign. Sign in to reply ...
Hello, I have a video uploaded in the article from the media library. It is displayed over the title. How can I fix this? Thank you!
Hi,
I've checked your site, and the issue is caused by the WP Automatic plugin. It includes some CSS code that conflicts with the default theme styles.
Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
Regards,
PenciDesign.