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.
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.
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.