Unable to make menu navigation central in header

Hello,

I am updating my website to the latest Dawn version and my menu navigation links in header are not central anymore, as per pics. I have tried to find css code to make in central in new version but can’t find.

Can anyone help?

Thanks, Sam

1 Like

Hi @samr66

Please, share your store URL. Thanks!

Hi, my url is thescentedmeltshop.com

Thanks

Thanks for the info, try this one .

  1. From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  2. Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  3. In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
nav.header__inline-menu .list-menu.list-menu--inline {
    justify-content: center !important;
}

Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!

It’s worked, thank you for your help!