All things Shopify and commerce
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hi there,
How can i centre the h2 on the sections of the homepage?
I have manage to centre the title for one section but not for the rest. Also the h1 of the pages are centred.
So my issue is the h2 of the sections on the homepage.
Solved! Go to the solution
This is an accepted solution.
Hi @lucasgbona
check this one.
.title-wrapper-with-link {
justify-content: center;
}
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
This is an accepted solution.
Hi there,
I placed your code at the bottom of the assets > section-collection-list code and it worked.
I am using the Dawn theme.
Thank you!
This is an accepted solution.
Hi @lucasgbona
check this one.
.title-wrapper-with-link {
justify-content: center;
}
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
This is an accepted solution.
Hi there,
I placed your code at the bottom of the assets > section-collection-list code and it worked.
I am using the Dawn theme.
Thank you!