“under categories when you view all its on the left I want it on center”
Hi @Dikano
Please, share your store URL. Thanks!
Hi @Dikano
Please follow the steps-
- First open the theme customizer from admin- https://prnt.sc/oIhT9ECbHAEV
- Under theme settings, open "Custom CSS" - https://prnt.sc/YMQAFHofjTBq
- Now paste the below code-
.collection-hero__title {
text-align: center;
}
- Click “Save” and you’re done.
Only the subheadings are centered not the main heading “Collections” please help me get it right.
Hi @Dikano
You can follow the instruction here :
-
Go to Shopify > Theme > Customize > open Custom CSS
-
Copy and paste this code to the section > Save
.page-width:has(ul.collection-list) > h1 {
text-align: center !important;
}
here is the result :
@Dikano it seems okay- https://prnt.sc/Bk3vtc197CEU
Can you please clear your browser cache? And one request- please post a request with store url, page url, screenshot/video etc. More details of an issue help us to solve it rapidly. Let me know if you need more assistance.
Thanks



