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 !
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025