Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
hi all,
can someone help with code?
- when I change language from EN to ET then image with text section changes, see the comparison. I don't want to change theme settings width because it changes other sections as well. Only this specific section has problem.
ET language image needs to be same size as EN language image
-is it possible to change my custom video section mobile view to full width, only on mobile view.
easyplate.eu
password: lauri
thanks in advance 🙂
Solved! Go to the solution
This is an accepted solution.
Hi @mozilla,
Go to Online Store, then Theme, and select Edit Code.
Search for base.css/theme.css/style.css/main.css/custom.css file Add the provided code at the end of the file.
@media (max-width: 768px){
section#shopify-section-template--23055732310345__custom_liquid_c8KmGN video {
width: 100% !important;
}
}
This is an accepted solution.
Hi @mozilla,
Go to Online Store, then Theme, and select Edit Code.
Search for base.css/theme.css/style.css/main.css/custom.css file Add the provided code at the end of the file.
@media (max-width: 768px){
section#shopify-section-template--23055732310345__custom_liquid_c8KmGN video {
width: 100% !important;
}
}
thank you 🙏 worked perfectly
can you help with the first problem as well? 😇
2m ago Learn the essential skills to navigate the Shopify admin with confidence. T...
By Shopify Feb 12, 2025Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025