Justify menu items for desktop in dawn theme

Hi,
In Dawn theme, I need to justify menu items on desktop view.
Can you help me please? Check the attachment.

Thank you
Stefano

1 Like

Hi @visivastudio

Would you mind sharing your store URL? Thanks!

@visivastudio , you want this?

Follow this step

Step 1. Go to Admin → Online store → Theme > Edit code

Step 2. Find the file theme.liquid.

Step 3. Add this code above


Hello, If you insert this css it will not impact other area. This only work in menu.
Step 1: Navigate to your Shopify admin panel and go to “Online Store.”

Step 2: Click on “Themes” and then select Edit code

Step 3: Find base.css

nav.header__inline-menu>ul.list-menu.list-menu--inline {
    justify-content: space-between !important;
    width: 100%;
}

Hope it will work.