Need to change height of collection list section (vodoma theme)

Hi

I am using Vodoma theme on this site. https://lynq.co.za

I need to change the height of the collection list section.

The images/blocks are way too tall. Would like to reduce the height by about 50%

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset >theme.css and paste this at the bottom of the file:
.collection-list .section__inner .section__content .collection-grid-item {
height: auto;
}