Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
I have a video banner on my homepage that looks great on desktop (landscape), but then remains landscape for mobile. I want to have a separate, portrait video for mobile. I'm using the Pipeline theme. Is anyone able to help with this? I am unable to share my store's password.
Hello there @BSPOKE_STUDIO Try this code in the store and see whether it gets fixed
@media screen and (min-width: 481px) {
#shopify-section-template--22677475131741__custom_liquid_zMBVDz {
display: none!important;
}
#shopify-section-template--22677475131741__custom_liquid_geKPV3 {
display: block!important;
}
}
@media screen and (max-width: 480px) {
#shopify-section-template--22677475131741__custom_liquid_geKPV3 {
display: none!important;
}
#shopify-section-template--22677475131741__custom_liquid_zMBVDz {
display: block!important;
}
}
Let me know if this works for you!
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025