Shopify themes, liquid, logos, and UX
I would like to move the text and button up on my home page in the Dawn theme -
Solved! Go to the solution
This is an accepted solution.
Thanks for the info, check this one.
From your Shopify admin dashboard, click on "Online Store" and then "Themes".
Find the theme that you want to edit and click on "Actions" and then "Edit code".
In the "Assets" folder, click on "section-image-banner.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
.banner__content.banner__content--top-center {
align-items: flex-start;
justify-content: center;
}
And Save.
Result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Hi @aubreyswims
Would you mind to share your store URL? Thanks!
I was able to move it for the desktop but on the mobile version the text and button are still not where I want them to be...
This is an accepted solution.
Thanks for the info, check this one.
From your Shopify admin dashboard, click on "Online Store" and then "Themes".
Find the theme that you want to edit and click on "Actions" and then "Edit code".
In the "Assets" folder, click on "section-image-banner.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
.banner__content.banner__content--top-center {
align-items: flex-start;
justify-content: center;
}
And Save.
Result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Am I able to move the button up slightly just on the mobile version so it is fully in the pool?
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025