Hi everyone!
Please help me to allign the shopify banner text and buttons to the left on the new page that I am working on. I only need the changes on this new page I’m working on. The texts and buttons in my homepage is centered and they should not be changed.
I tried below code in my Asset->//section-image-banner.css but got no luck! I am using dawn theme.
@media screen and (min-width: 750px) {
.banner__content–center {
align-items: flex-end;
justify-content: left;
}
.banner__box>.banner__buttons {justify-content: left;}
}
Great help!


