Personalized checkout and custom promotions with Shopify Scripts
hi,i want to change the width of my images on multirow but only on mobile because on deskop its pefect
Hello @MoggedTeams , You can use the below media query to change the width of the image on mobile. Add the CSS in your section file in the <style> tag.
@media (max-width: 768px) {
img {
width: 80%; /* Change the width to 80% on mobile devices */
}
}
Replace the "img" with your class or id.
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