How do I align text in header to the center

How can I position the header text to the center, as shown in the image? Any help will be appreciated!

1 Like

Hi @MarcDS , can you share your store url?

Hello! Here’s the store’s url:
https://7fca39-5.myshopify.com/

Password is teadao

Hi @MarcDS ,
Go to Online storeThemes > go to your live and select Edit code, then go to theme.liquid and put the following code in:

<style>
      .header-wrapper .header--has-menu {
        display: flex !important;
        justify-content: space-between !important;
        width: 100% !!important;
      }
 </style>

Result:

![view - 2024-01-08T144154.464.png|1283x185](upload://s97qumrsIROliLAjFESOAE6hB1F.png)

**Hope it works @MarcDS **