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:
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:
Could you please tell me the solution without permission to access the shop?
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!
…
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;}
}
Awesome that worked ![]()
many thanks
Any problem Let me know & welcome again Thanks!