How to allign banner text and buttons to the left?

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!

Hi Theek, it would be better if you can share your working page’s URL.

Thanks,

Vinh

Hi @theek

Please check it your banner has option to change position of content like in this image below.

If it does not, please try to add your code to Custom CSS of that image banner section instead of add to CSS file and check again