Hi!
For some reason, i cannot align the title of the collection list to the middle on my homepage.
Ive tried the code
{
text-align: center;
}
in custom CSS
and unfortunately it didn’t do anything.
Is there any way to fix this?
Thanks in advance
A user encountered an issue where collection list titles on their homepage wouldn’t center align despite adding text-align: center; to custom CSS.
Solution provided:
</body> tagOutcome:
The solution successfully resolved the alignment issue. The user confirmed it worked perfectly, and the thread was marked as solved.
Hi!
For some reason, i cannot align the title of the collection list to the middle on my homepage.
Ive tried the code
{
text-align: center;
}
in custom CSS
and unfortunately it didn’t do anything.
Is there any way to fix this?
Thanks in advance
Hey @crescenthu
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 then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Thank you, perfect!
Thank you for your reply. I’m glad to hear that the solution worked well for you. If you require any more help, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.