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

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!

1 Like

Hi @alejandrolongo

Do you mean like this?

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!

1 Like

Thank you so much!