i am trying to center the titles in the collection lists
how can i center it please?
i am trying to center the titles in the collection lists
how can i center it please?
Hi @Artez ,
.title-wrapper-with-link.title-wrapper--self-padded-mobile.title-wrapper--no-top-margin {
justify-content: center;
display: flex;
}
Thanks!
Hi @Artez ,
I have written custom code to get this done. To do this you will have to edit theme.liquid.
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
Add the below code just above
If you require further help to optimize your store, please donβt hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!
Best Regards,
Makka
Thank you very much.