Shopify themes, liquid, logos, and UX
hello everyone, can someone help me on how to resize the featured image for a collection on mobile view as its showing so big we would like to make it smaller for mobile version, please see the attached screenshot.
website link - https://axletirewheel.myshopify.com - password - tangoh
Many thanks,
Solved! Go to the solution
This is an accepted solution.
{% if template.name == 'collection' %}
<style>
@media(max-width:768px){
.card__inner {
width: 55%;
margin: 0 auto;
}
}
</style>
{% endif %}
you can try placing this on theme.liquid
This is an accepted solution.
{% if template.name == 'collection' %}
<style>
@media(max-width:768px){
.card__inner {
width: 55%;
margin: 0 auto;
}
}
</style>
{% endif %}
you can try placing this on theme.liquid
Thanks Zack_dev
you are welcome !
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025