Center Logo & Position Navigation bar on top of header (above logo) In Charge Shopify Theme

Yes, Ieve already centered thsi one maybe the code didnt listen. Add this code inside the style, before the in the theme.liquid where you place the code.

ul.list-menu.list-menu--inline {
    justify-content: center !important;
}

And save.

Result:

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!