How can I modify product display per row in the Dawn theme?

Hi!

I’m trying to launch my website and I wanted to change how many products are displayed per row. However I’m unable to find how to change it, I’m using Dawn as my theme.

Thanks in advance

Hi @pleated ,

Please share your store URL and if your store is password protected then please provide password too.

So that we can help you.

Thank you.

do i have to share that information in order to be helped?

www.pleatedseminarycollection.com

Hi @pleated ,

How many impressions per row do you want? So we can fix it for you.

Thanks

two

two

Hi @pleated ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/base.css->paste below code at the bottom of the file:
.grid--quarter-max.grid--4-col-desktop .grid__item {
max-width: calc(50% - var(--grid-desktop-horizontal-spacing) * 3 / 4) !important;
width: calc(50% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

Since I made this change to my website, the products are very blurry.
Could you please assist me?
thank you so much!

Hi @pleated ,

You go to edit code → Snippets → card-product.liquid → Find <img tag → Change all value img_url = master:

Hopy it can help you

i don’t understand what text i should insert

this is the error that showed when i tried saving the changes.

Hi @pleated ,

At the location I took pictures for you to see. You can change it to img_url: master or img_url: 1000x (currently I have set it to 1000x to load 1000px. If you set master, the image will get the correct size you uploaded)

Thanks

Is this inserted correctly?

Hi @pleated ,

Yup. You can try it.

Thanks you

i tried and its still blury