How can I shift buttons and heading to the left in Dawn Theme?

I am using the dawn theme..how to move the buttons and the heading to the left

Hey @Joshua2612
Kindly share your Store URL and Password if enabled

Hi @Joshua2612 please add this code at the bottom of your base.css file

.banner__content.banner__content--middle-center {
justify-content: left !important;
}

https://3dxie1fkzxb4fm4a-1800831089.shopifypreview.com

Not working ya

Hey @Joshua2612

Follow these Steps:

  1. Go to Online Store
  2. Edit Code
  3. Find theme.liquid file
  4. Add the following code in the bottom of the file above tag.

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

Please use this CSS code

.banner__content {
    justify-content: left !important;
}

It works.thanks!