How can I center-justify headings in the Dawn theme?

Hello, the headings default to being left-justified. How can I make them center-justified?

Hello Sabtsmith

Can you share your store url?

Hello,

It hasn’t gone live yet.

Hello

So can you provide store url with password. So, i can check.

Sure, it’s www.shopsathera.com. Password: cahwon

1 Like

Please add below css code in bottom of assets/base.css file

.title-wrapper-with-link {
justify-content: center;

}
Thank you.

1 Like

Thank you! That worked for some of the headings, but not all. The screenshot attached shows a heading (“Collections”) that did not adjust to be center-justified.

Please add below css code in bottom of assets/base.css file
.collage-wrapper-title {
text-align: center;

}

.collection-hero__title {
text-align: center;

}
Thank you.

1 Like

Thanks, that worked! I appreciate your assistance :slightly_smiling_face: