How can I split my Dawn theme navigation menu into two?

Hi,

i have 4 menu items and I would like to display two of them on the left of the logo and two on the right.

Would really appreciate any kind of guidance…

Could you link your store?

https://571d01.myshopify.com/password
Pwd: siahaw

Hi PauloBoa, did you see the store?

Hello, I have seen your store and managed to work out some possible solutions in my own test store. They’re not too straightforward however and some further code to make sure it fits in your store would be needed as well, so it’s hard to guide you through it. Could I have access to your store so I could do the implementation?

Hi, how would it work?

Can you post your idea here?

What I did was go into the code for the header, at the spot where Liquid is generating the navigation links. I then used an “if” tag to look out for the “Contact Us” link and after it showed up I closed the navigation, rendered the logo and then reopened the navigation. Some CSS styling would be needed after that to make it look good too.

A sturdier solution would be to setup a schema for the header that would allow you to create two separate sets of links, and then render them on each side of the logo, each as as a different navigation menu. I haven’t tested this one yet however.

Hi Maba.

Looks like you solved this problem, can you share how ? thank you !