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.
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024