cancel
Showing results for 
Search instead for 
Did you mean: 

Move Horizontal Navigation Menu

Move Horizontal Navigation Menu

Hi There.

 

This ones been baffling me for a few days and I'm hoping there is a savior out there who can swoop to my assistance.

 

I'm creating a custom theme using the blank theme as a parent. I've had no issues apart from this one. I want to move the horizontal menu in the class navigation-sections and place it just after the logo. I've managed to move it using the code below:

 

<move element="navigation.sections" destination="header.panel" after="logo"/>

It's moving the menu, however its not placing it after the logo but in the panel header block. Does anyone know the name of the block I need to use to place it after the logo?

 

Also for some reason after moving it the sites top-links appear. You can view the dev site at china.testdev.tech

 

Appreciate any assistance anyone can provide. This one has me stumped.

 

Thanks

 

Kev

1 REPLY 1

Re: Move Horizontal Navigation Menu

Try with:

<move element="navigation.sections" destination="header-wrapper" after="logo"/>