How can I move the text and button on the home page of the Dawn theme?

Solved

How can I move the text and button on the home page of the Dawn theme?

aubreyswims
Tourist
6 0 3

I would like to move the text and button up on my home page in the Dawn theme -

Accepted Solution (1)
Made4uo-Ribe
Shopify Partner
10038 2387 3013

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:

Made4uoRibe_0-1713906539743.png

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.

View solution in original post

Replies 4 (4)

Made4uo-Ribe
Shopify Partner
10038 2387 3013

Hi @aubreyswims 

Would you mind to share your store URL? Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.

aubreyswims
Tourist
6 0 3

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... 

https://www.aubreyswims.com/

Made4uo-Ribe
Shopify Partner
10038 2387 3013

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:

Made4uoRibe_0-1713906539743.png

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.

aubreyswims
Tourist
6 0 3

Am I able to move the button up slightly just on the mobile version so it is fully in the pool?

IMG_2757.PNG