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 !
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025