Hello, I am looking to center my products on the page in the formation theme. Currently they are aligned to the left and I cannot center them on the pages. Is there a fix for this? Thank you.
Hello @elijahr1989 ,
Please check the theme settings maybe there you will find an option to change it.
If not please share the page URL so I can check.
Regards
Guleria
Hi @elijahr1989
Welcome to the Shopify Community! Please share your store URL and password (if it’s password-protected), so I can check and provide you with the exact solution.
Best regards,
Devcoder ![]()
Hi @elijahr1989 ,
Yes, you can center the products with a small CSS change.
- Go to Online Store → Themes → Edit code
- Open your main CSS file (
base.css,theme.css, or similar) - Add this at the bottom:
.collection .product-grid {
justify-content: center;
}
If that doesn’t work in Formation theme, try:
.product-grid {
justify-content: center !important;
}
Hi, I was wondering if you could help me with another issue for my website? I would like to center the logo on my password page at the store. I asked shopify AI to do it, it said I would need to change the code. I also created create a custom liquid for my sms form but the subscribe button at the bottom is cutoff. I was wondering if this can be fixed as well so the whole button will show. I am in for reformation theme. Thanks.
Hi @elijahr1989
Welcome to the Shopify Community! Please share your store URL and password (if it’s password-protected), so I can check and provide you with the exact solution.
Best regards,
Devcoder ![]()
Hi, @devcoders password is leewha url is citore.co
