How to change product grid from 4 products to 3 with the theme Dawn?

Hi support,

How can I change product grid from 4 products to 3 with the theme Dawn?

I am unable to select this option, see attachment:

@rawbird

Please share store URL and store front password .

Thanks!

@dmwwebartisan

Could you please tell me the solution without permission to access the shop?

@rawbird

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

@media screen and (min-width: 789px){
#main-collection-product-grid .grid__item{
     width: 100% !important;
     max-width: 33.3333% !important;
 }
}

Thanks!

I am sorry but the solution does not solve the problem.

@rawbird

Please share your store preview URL

Thanks!

1 Like

@rawbird

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

@media screen and (min-width: 750px){
.grid--quarter-max.grid--4-col-desktop .grid__item {max-width: 37% !important;}
.grid--4-col-desktop .grid__item {width: calc(33% - 1rem * 3 / 4) !important;}
}
2 Likes

Awesome that worked :slightly_smiling_face:

many thanks

@rawbird

Any problem Let me know & welcome again Thanks!