Mobile Layout not responsive for youtube video

Hi,
I am been trying to show the related youtube video on my posts.
Basically on mobile side you don’t have the possibility to watch the video

Try to click on this link by Mobile Phone

Hey there

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS

/*chagne z index for widgets on mobile*/
@media (max-width: 768px)
{
  div#search-3 {
    position: relative;
    z-index: -1;
}
.newspaper-x-blog-sidebar {
    position: relative;
    z-index: -1;
}
aside#secondary {
    position: relative;
    z-index: -1;
}
}

Best Regards,
Support

Hello there!

I’m having the same problem, not only with youtube video, but with all images on mobile. None of them is responsive on mobile. I tried the code above, but it didn’t work.

Thank you,
SP