How to Center my Multicolumn Header - Dawn Theme

How do I center my multicolumn header (Screenshot Below) right now it’s aligned to the left.

Link… (Drive Scent Diffuser – The Car Flame Diffuser (shopifypreview.com)

Password: go2253

Hi @rvernon23 ,

Try this.

.title-wrapper-with-link.title-wrapper--self-padded-mobile.title-wrapper--no-top-margin {
    padding-left: 41%;
    padding-right: 41%;
}

Result:

I hope it help.

Hi @rvernon23

Add the following code under your Custom CSS section inside your theme customiser:

.title-wrapper-with-link.title-wrapper--self-padded-mobile.title-wrapper--no-top-margin {
    width: 100%;
    text-align: center;
    display: block;
}

That should do the trick! Let us know!

To Where?

Honestly, thank you so much! I’ve been through about 6 different forums telling me to put a snippet code into the theme.liquid and nothing worked. Yours solved my problem perfectly, so thank you kind sir :heart:

Worked PERFECTLY!! So easy! Just added to the custom css on the section! Thank you!!!

Thank you so much. It works :slight_smile: