How can I center a specific product on my website?

hi!

is it possible to center this product? but only this one.

https://www.gallerychristian.com

thanks!

Christian Russo

Hi @christian_russo
You can try follow this path:
Themes => edit code => asset => base.css
and add this code to bottom of the file base.css

.collection .product-grid{
justify-content: center;
}

thanks!!