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.
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024