Solved

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

Dingus369
Tourist
18 0 0

See above.

 

Thanks in advance!🙂

Accepted Solution (1)
JHKCreate
Shopify Expert
3571 639 916

This is an accepted solution.

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!

 

Did we solve your issue? Like & Mark As Solution to help the community
Should you need any direct help: contact@jhkcreate.com

Learn more about us: jhkcreate.com

View solution in original post

Replies 4 (4)

JHKCreate
Shopify Expert
3571 639 916

Hi @Dingus369 

 

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

Did we solve your issue? Like & Mark As Solution to help the community
Should you need any direct help: contact@jhkcreate.com

Learn more about us: jhkcreate.com
JHKCreate
Shopify Expert
3571 639 916

This is an accepted solution.

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!

 

Did we solve your issue? Like & Mark As Solution to help the community
Should you need any direct help: contact@jhkcreate.com

Learn more about us: jhkcreate.com
Dingus369
Tourist
18 0 0

@JHKCreate  Perfect. Thanks alot!

JHKCreate
Shopify Expert
3571 639 916

You're most welcome @Dingus369 !

Did we solve your issue? Like & Mark As Solution to help the community
Should you need any direct help: contact@jhkcreate.com

Learn more about us: jhkcreate.com