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.
We recently spoke with Zopi developers @Zopi about how dropshipping businesses can enha...
By JasonH Oct 23, 2024A big shout out to all of the merchants who participated in our AMA with 2H Media: Holi...
By Jacqui Oct 21, 2024We want to take a moment to celebrate the incredible ways you all engage with the Shopi...
By JasonH Oct 15, 2024