Hello Everyone,
I am trying to left align the heading of my Featured Collection on my home page in the Dawn Theme. I have tried editing the code in base.css from center to left align based on the responses I saw on another post. It does move it to the left but not all the way left.
I’ve noticed that it does align if I don’t have the images set to the full width of the page but I want the images to be larger and set to the full width.
Is there a way to get it to align all the way left with the products displayed at full width?
This is the code that I used but it doesn’t take it all the way left.
h1.collection-hero__title {
text-align: left !important;
}