Hi!
My items in my collection page are uneven, how do I fix that?
Thanks!
Look at the top of the picture
It seem pretty complicated, do you have any easier option?
sure, how?
Hi @bobylands ,
Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code
Step 2: Search file theme.liquid
Step 3: Insert this code above tag:
Here is result:
Hope this can help you,
If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you ![]()
@media only screen and (max-width: 600px) {
.card--standard .card__inner {
height: 330px !important;
}
}