How to adjust the height of Collection List on homepage - Flow Theme

Hey all,

would really appreciate it if someone could help me figure out how I could make the collection lists squared rather than rectangular and actually show the entire picture under it in the Flow Theme

hello @Nourkhodr

Please provide website url and if your store is password protected then also provide password So I will check and provide a solution here.

Url: https://nu-essential.myshopify.com/

there is no password

hello @Nourkhodr

please Go to Online Store->Theme->Edit code then go to assets/theme.index.css ->paste below code at the bottom of the file.

@media (min-width: 769px) {
.homepage-section--text-adverts-wrapper  .text-advert-section .grid__item {
    min-height: 80px;
}
}

Hello There,

Thank you so much for your help - I’ve tried it out but didn’t work. could you please take another look at the website. I’ve also attached an image of the collection list I’m referring to.

I want the images to be squared rather than rectangular.