Collection list header/Title centred

i am trying to center the titles in the collection lists

how can i center it please?

https://wmqgez-r2.myshopify.com/

Hi @Artez ,

  1. Go to Online Store β†’ Theme β†’ Edit code.
  2. Open your theme.css / based.css file and paste the code in the bottom of the file.
.title-wrapper-with-link.title-wrapper--self-padded-mobile.title-wrapper--no-top-margin {
    justify-content: center;
    display: flex;
}

Thanks!

1 Like

Hi @Artez ,

I have written custom code to get this done. To do this you will have to edit theme.liquid.

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. 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.