Hello,
I’m working in setting up a store with the Dawn theme, but it’s not displaying the product grid correctly? It should be 4 columns across, but it’s only showing 3. How can I fix this?
Hello,
I’m working in setting up a store with the Dawn theme, but it’s not displaying the product grid correctly? It should be 4 columns across, but it’s only showing 3. How can I fix this?
Hi @brendaanne3 ,
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.
Sure, the URL is https://cworldwide.myshopify.com/
Hi @brendaanne3 ,
You can follow the instruction below:
@media (min-width: 990px) {
.product-grid .grid__item {
max-width: calc(25% - 1.5rem) !important;
}
}
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.
Perfect! Thank you so much for the quick and straightforward help!