Hello,
I have added a video with text section using this solution: https://community.shopify.com/c/shopify-discussions/how-to-add-video-with-text-sense-theme/td-p/1892842
However it does not work on mobile version.
Does anyone have a solution?
A user implemented a video-with-text section on their Shopify Dawn theme using a community solution, but encountered an issue where the section doesnβt display properly on mobile devices.
Problem:
Solution Provided:
The original poster shared a CSS fix:
.video-with-text__media with padding-top: 100% and width: 100% for screens with max-width of 767pxOther community members requested the store URL to provide additional troubleshooting assistance, but the thread appears to conclude with the CSS solution being marked as resolved.
Hello,
I have added a video with text section using this solution: https://community.shopify.com/c/shopify-discussions/how-to-add-video-with-text-sense-theme/td-p/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:
@media (max-width:767px) {
.video-with-text__media {
padding-top: 100%;
width: 100%;
}
}