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 store → Themes > 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:
**Hope it works @MarcDS **

