How do I center the headers beneath each collection?
Kind regards
Hey @gyggle
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
Add the following code in the bottom of the file above tag
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hi @gyggle
Dan here from Ryviu: Product Reviews & QA app.
To do that, please add this code at the bottom of your base.css file.
.collection-list .card__heading {
text-align: center;
}