Hello looking for a way to align our title text to the left instead of center on our collection pages
https://www.remlagret.se/collections/lager
thanks in advance
A user seeks to left-align collection page titles instead of the default center alignment on their Shopify store.
Two solutions provided:
Option 1 (PageFly-Kate):
.collection-list--section.home-section--title {
text-align: left;
}
Option 2 (GemPages):
</body> tagBoth approaches involve editing theme files through Shopify’s code editor. The user confirmed the solution worked. Note: The input text appears partially corrupted/reversed, but the core technical guidance remains clear.
Hello looking for a way to align our title text to the left instead of center on our collection pages
https://www.remlagret.se/collections/lager
thanks in advance
Hi @emilbrandon ,
This is Kate from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/theme.css->paste below code at the bottom of the file:
.collection-list--section .home-section--title {
text-align: left;
}
I hope it would help you
Hello @emilbrandon
You can follow these steps:
I hope the above is useful to you.
Kind & Best regards,
GemPages Support Team
Thank you!
It’s my pleasure to help ![]()