How can I decrease the column size in Dawn Theme Collection list?

Hello,

I am currently working on the final stages of my webshop. I made a page with all the brands I am currently selling. But one thing that bothers me is the size of the collums which are the images showing. How can I reduce the size of the images/collums?

Can you please provide me with a link to your store and I will take a quick look?

Thanks,

https://ricawatches.myshopify.com is the link. Password is: ricatest

Hello,

I am unable to find the field to enter the password on your password page.

Its in the footer, replaced it to there.

:slightly_smiling_face:

Try pasting the following code into the bottom of your style.css file

@media screen and (min-width: 750px)
.card__media-spacer {
padding: 1rem 1rem 0 !important;
}

Attached is a screenshot of what the changes would look like.