Unable to make menu navigation central in header

Solved

Unable to make menu navigation central in header

samrichards66
Tourist
7 0 2

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

 

Screenshot 2024-12-30 at 16.43.53.jpeg

  

Screenshot 2024-12-30 at 16.44.08.jpeg

 

Accepted Solution (1)
Made4uo-Ribe
Shopify Partner
10184 2417 3060

This is an accepted solution.

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;
}

 

  • And Save.
  • Result:
  • Made4uoRibe_0-1735579987202.png

     

 

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

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.

View solution in original post

Replies 4 (4)

Made4uo-Ribe
Shopify Partner
10184 2417 3060

Hi @samrichards66 

Please, share your store URL. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
samrichards66
Tourist
7 0 2

Hi, my url is thescentedmeltshop.com

Thanks

Made4uo-Ribe
Shopify Partner
10184 2417 3060

This is an accepted solution.

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;
}

 

  • And Save.
  • Result:
  • Made4uoRibe_0-1735579987202.png

     

 

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

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
samrichards66
Tourist
7 0 2

It's worked, thank you for your help!