Is it possible to make the product cards slightly longer? Currently, I have it set to portrait, but would like them to be slightly longer in height. Is this possible through coding?
my store is www.marencio.com and the theme is horizon
Product cards aspect ratios are assigned like this:
You can modify this code, but I’d rather recommend adding this rule to “Theme settings”-> “Custom CSS”:
.card-gallery > .contents {
--gallery-aspect-ratio: 0.75; /* amend the ratio to your liking */
}