Dat999
February 18, 2024, 11:58am
1
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
zomex
February 18, 2024, 12:02pm
2
Would need a link to your store
Dat999
February 18, 2024, 12:04pm
3
zomex
February 18, 2024, 12:09pm
4
Using the following CSS should fix your issue:
.title-wrapper-with-link {
justify-content: center;
}
1 Like
Dat999
February 18, 2024, 12:12pm
5
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?
zomex
February 18, 2024, 12:21pm
6
Try using the following:
.title-wrapper-with-link {
justify-content: center !important;
}
zomex
February 18, 2024, 12:41pm
8
Where did you add the CSS? The CSS isn’t showing on mobile but the same CSS does center the title
Dat999
February 18, 2024, 12:47pm
9
I put it in the base.css of my store.
Dat999
February 18, 2024, 1:04pm
10
I fixed it myself. Thanks for the help!!
1 Like