Video With Text - not shown on mobile - Dawn Theme

Hello,

I have added a video with text section using this solution: https://community.shopify.com/topic/1892842

However it does not work on mobile version.

Does anyone have a solution?

Could you share your store URL?

Hi @natanata ,

Can you share your store url

Solution:

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset->base.css and paste this at the bottom of the file:
@media (max-width:767px) {
    .video-with-text__media {
        padding-top: 100%;
        width: 100%;
    }
}