Shopify themes, liquid, logos, and UX
The first image is the sizing i want but i cant seem to work out how to make mine smaller to match, is there any code that could help? Website: Desire-online.net
Solved! Go to the solution
This is an accepted solution.
Hello @jakegrieveson
To make the product card smaller, inside Shopify Admin, you can go to Edit theme code, open file base.css and add this code at the bottom
.product-card-wrapper .card__inner {
width: 60%;
margin: auto;
}
Hope it helps!
You can try to add this CSS code at the bottom of base.css file of your theme to check
.collection.page-width {
max-width: 1200px !important;
}
- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Amazon Products Importer - Import Amazon Products to Dropship in Your Store!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...Sign up now.
It is still the same
Hello @jakegrieveson ,
You can try to follow these steps:
Go to Online Store -> Themes -> Actions -> Edit code
Go to Assets folder -> base.css file or theme.scss.liquid file
Add this following code at the bottom of page
.product-card {
width: 200px;
height: 250px;
}
Save and preview
Let us know if you can make it.
Transcy
this didnt work either it just stayed the same
This is an accepted solution.
Hello @jakegrieveson
To make the product card smaller, inside Shopify Admin, you can go to Edit theme code, open file base.css and add this code at the bottom
.product-card-wrapper .card__inner {
width: 60%;
margin: auto;
}
Hope it helps!
this also didnt work, they just stayed the same size
yes
Hello, how would I also get this code to work on Mobile too?
None of these have worked
Learn 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, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025