My product page sits left centred, I’d like it directly in the middle. Does someone have a code for this?
Thanks!
My product page sits left centred, I’d like it directly in the middle. Does someone have a code for this?
Thanks!
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community!
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
thanks can you try this code
.product-list {
display: flex;
justify-content: center;
flex-wrap: wrap;
}