It’s already centered on mobile, but I need it to be centered on desktop as well.
Just need that product to be centered. Thanks
It’s already centered on mobile, but I need it to be centered on desktop as well.
Just need that product to be centered. Thanks
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!
You can do that by adding this CSS code at the bottom of your base.css file
.collection ul.grid { justify-content: center; }