Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #4309917
video in title
Open

Comments

  • achanotech started the conversation


    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!


    7913954288.png
  •  2,944
    PenciDesign replied

    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:

    .wp-block-video video {
      position: static;
    }

    Regards,
    PenciDesign.