How can I center an image on a specific product page?

Hello, I need to center a product on the page. I used this code as found in another thread, but it affected the layout on my other product page. Is there other code that will affect just this one page? Thanks!

.grid, .grid--rev, .grid--full, .grid-uniform {
display: flex;
    justify-content: center;
}

Hello @barnettguitars ,

Please share:

  • your store URL;
  • page URL with the issue you mention;
  • storefront password (if your store has one).

If the store is not online yet, please follow this quick tutorial to learn how to safely and temporarily share an offline/unpublished theme URL.

Kind regards,
Diego

Hi @barnettguitars ,

Please add code:

.grid, .grid–rev, .grid–full, .grid-uniform {
display: flex;
justify-content: center;
flex-wrap: wrap;
}

Hope it helps!

If my answer can help you solve your issue, please mark it as a solution. Thank you and good luck.