How do I make the product under Available centered?

It’s already centered on mobile, but I need it to be centered on desktop as well.

https://empiricalwater.com/

Just need that product to be centered. Thanks

Hi @empiricalarby

This is Noah from PageFly - Shopify Page Builder App

Please add this code to your theme.liquid above the to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the


Hope this can help you solve the issue

Best regards,

Noah | PageFly

Thanks for your help!

Hi @empiricalarby

You can do that by adding this CSS code at the bottom of your base.css file

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