How can I only resize these svg's on mobile?

Hi! I want to only resize these collection list svg’s on mobile, how can I do that?

url: Avvoyer.com

password: seipra

Hi @Avvoyer

Please add this code to your theme.liquid file after


Hello @Avvoyer . Do the followings:

  1. Go to your Theme Editor

  2. Then go to theme settings

  3. Click Custom CSS

  4. Paste the following code there:

.collection-list-wrapper .card__inner.ratio {
width: 30%; // Adjust this value according to your need. Instead of %, you can use px as well.
}

You can see the below image as well:

Let us know if you’ve any query.