Hey guys, I need help with aligning the product in my collection grid to the center.
I’d like to make it look like this:
Thanks for the help,
Tim
Hey guys, I need help with aligning the product in my collection grid to the center.
I’d like to make it look like this:
Thanks for the help,
Tim
Hi @CreatorTim
Try this one.
.collection .product-grid {
justify-content: center;
}
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
Thank you! Works!