How can I center the title of Featured Products on the main page in Dawn 3.0?

See above.

Thanks in advance! :slightly_smiling_face:

Hi @Dingus369

Would you mind sharing your store’s URL so we can provide a solution for your issue? Thanks!

Add the following code to your base.css file at the very end:

.title-wrapper-with-link.title-wrapper--no-top-margin {
    margin: auto;
    display: block;
}

Should that help answer your query, we always appreciate liking & marking an as answer to let the community find quality solutions faster. Thanks!

1 Like

@JHKCreate Perfect. Thanks alot!

You’re most welcome @Dingus369 !