How to make logo - menu - search - login and cart in same row

Hello!

I am trying to figure out how to move my navigation menu up to be next to my logo - and shorten the search bar so everything is all in one row. This will help streamline the appearance of my site.

my website is: colorado-canyon-enthusiasts.myshopify.com

thank you

Hello @WJEnterprises ,

I just made a modification in source code and find yes it’s possible.
You have to move the nav elements (meus html) after logo html and it will done.
After moving the menus html reduce its width from 100 to 30% also take care of menu dropdown hover/click here when I move it I found its not working.

Check screenshot

Glad to see that it is possible. I am pretty green to this - is there anything in the .liquid format that I can adjust? I tried searching through the code, and couldn’t see anywhere that section is listed.

In liquid check header.liquid under Sections rest of the idea/clue is available in the screenshot I shared.