Shopify themes, liquid, logos, and UX
Hi I’m trying to align my collection title/brand on the left side. I’ve tried 5 diff solutions it only works if there a collection image. Some pages won’t have images and then the title is centered again. Any help is appreciated my site 👇
https://luxurymrkt.com/collections/vendors?q=ALEXANDER%20MCQUEEN
Hi @Luxurymrkt
This is PageFly - Advanced Page Builder. I would love to give you some recommendations
-Go to Online Store->Theme->Edit code
-Asset-> ->theme.css paste the below code at the bottom of the file.
.section-header section-header--flush .section-header__title{
text-align: left !important
}
Best Regards;
Pagefly
Doesn’t work please see pic
you can try edit at here
you can add code to the top of the file theme.css
.section-header section-header--flush .section-header__title{
text-align: left !important
}
I don’t have theme.css
i have themecss.liquid
but it doesn’t look like your layout
theme.css.liquid same with theme.css
Doesn’t work 😞
But I see it text was align left
yes just fix with diff code
@media only screen and (max-width: 768px) {
.template-collection .section-header__title {text-align: left !important;}
}
Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024Note: Customizing your CSS requires some familiarity with CSS and HTML. Before you cust...
By JasonH Aug 12, 2024