How can I center-align my collection list title on desktop view?

Hi, I need help with my collection list title. I want it to be always aligned to the centre, yet it is only aligned to the centre in the mobile view:

And not the desktop view:

Could anyone please help me align the collection list title to the centre on the desktop view? I appreciate the help in advance!

*Edit

The title isn’t aligned to the centre on mobile view either :disappointed_face:

Would need a link to your store

https://www.spicysneakers.pl/

Using the following CSS should fix your issue:

.title-wrapper-with-link {
	justify-content: center;
}
1 Like

Thank you!! It worked perfectly on the desktop view, but the mobile phone view is still not centered. Do you have a solution for the mobile phone title?

Try using the following:

.title-wrapper-with-link {
	justify-content: center !important;
}

No change unfortunately

Where did you add the CSS? The CSS isn’t showing on mobile but the same CSS does center the title

I put it in the base.css of my store.

I fixed it myself. Thanks for the help!!

1 Like