Shopify themes, liquid, logos, and UX
Hi everyone! I am utilizing an 'Image with Text' block on the homepage of my site, but instead of an image I've input a video. It looks great on desktop but the mobile image is huge. Can someone help provide code to fix this?
Website preview: https://p9js19ew58s8h0oa-52330070214.shopifypreview.com/
Thank you in advance!
Glory
Solved! Go to the solution
This is an accepted solution.
Go to that section custom css and add the following code:
@media only screen and (max-width: 768px) {
.image-with-text__video {max-width: 50%; height: 650px;}
}
Save
This is an accepted solution.
Go to that section custom css and add the following code:
@media only screen and (max-width: 768px) {
.image-with-text__video {max-width: 50%; height: 650px;}
}
Save
Thank you so very much!!
You are always welcome glad I've managed to help
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025