Hi! I want to only resize these collection list svg’s on mobile, how can I do that?
url: Avvoyer.com
password: seipra
Hi! I want to only resize these collection list svg’s on mobile, how can I do that?
url: Avvoyer.com
password: seipra
Hello @Avvoyer . Do the followings:
Go to your Theme Editor
Then go to theme settings
Click Custom CSS
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.