put the products in the center of the page

Solved
xammyja
Excursionist
30 1 1

how do I put the products in the center of the page? 

 

Screenshot 2023-03-21 at 5.50.07 PM.png

URL: https://karimadonfashion.myshopify.com/
PASSWORD: niajuy

Accepted Solution (1)
Jasoliya
Shopify Expert
4725 616 1183

This is an accepted solution.

@xammyja 

1. Go to Online Store->Theme->Edit code
2. Asset->base.css Or theme.scss-> paste bellow code in bottom of file

#CollectionProductGrid .collection_inner {justify-content: center;}

 

Want custom changes? hire me.
3 months of Shopify are available for $1/month. Look here.
Email us Or WhatsApp, Try our Free app for product bundles.
Want to get Free review and advice for sale on store ?? just text me here

View solution in original post

Replies 2 (2)
Jasoliya
Shopify Expert
4725 616 1183

This is an accepted solution.

@xammyja 

1. Go to Online Store->Theme->Edit code
2. Asset->base.css Or theme.scss-> paste bellow code in bottom of file

#CollectionProductGrid .collection_inner {justify-content: center;}

 

Want custom changes? hire me.
3 months of Shopify are available for $1/month. Look here.
Email us Or WhatsApp, Try our Free app for product bundles.
Want to get Free review and advice for sale on store ?? just text me here
xammyja
Excursionist
30 1 1

Thank you! It worked.