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;
}
Not working ya
Hey @Joshua2612
Follow these Steps:
- Go to Online Store
- Edit Code
- Find theme.liquid file
- 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!
