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 #3680523
Videos running off page
Open

Comments

  • news784svg started the conversation

    Is there a reason why videos are running off page on mobile. Is there anyway we can fix that. Please help its embarrassing for us readers are complaining.

    See attached..

    Attached files:  Screenshot_20240705_101610_Chrome.jpg

  •  2,540
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    @media only screen and (max-width:767px) {
      .post-entry iframe {
        max-width: 100%;
        height: auto;
        aspect-ratio: 4/3;
      }
    }

    Regards,
    PenciDesign.


  • wsinsideweb replied
    Hello. As I show in the attached image, after adding the CSS, the videos now appear correctly only in mobile form
    
    



    Attached files:  Captura de tela 2024-07-06 102315.jpg

  •  2,540
    PenciDesign replied

    Hi @wsinsideweb,

    Please send me the post URL.

    Regards,
    PenciDesign.