How can I center the featured product in the Dawn theme?

Solved

How can I center the featured product in the Dawn theme?

alejandrolongo
Tourist
8 0 1

Screenshot 2023-12-24 at 20.08.13.png

Can't seem to find a way to center the Featured Product Heading on the home page, have tried most solutions listed here for other themes.

I am using the 'Dawn' theme

 

my website is: https://fca168.myshopify.com/

 

Help is very much appreciated!

Accepted Solution (1)

Made4uo-Ribe
Shopify Partner
10211 2427 3081

This is an accepted solution.

Hi @alejandrolongo 

Do you mean like this? 

Made4uoRibe_0-1704473151781.png

 

If it is, 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 "base.css, style.css or theme.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:

 

.section-template--20450555887954__0f32086c-2565-4ae0-8bfa-ea9e462f74dc-padding h2.title {
    text-align: center !important;
}

 

And Save. 

 

 

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 2 (2)

Made4uo-Ribe
Shopify Partner
10211 2427 3081

This is an accepted solution.

Hi @alejandrolongo 

Do you mean like this? 

Made4uoRibe_0-1704473151781.png

 

If it is, 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 "base.css, style.css or theme.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:

 

.section-template--20450555887954__0f32086c-2565-4ae0-8bfa-ea9e462f74dc-padding h2.title {
    text-align: center !important;
}

 

And Save. 

 

 

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.
alejandrolongo
Tourist
8 0 1

Thank you so much!