cancel
Showing results for 
Search instead for 
Did you mean: 

Need help with my custom header.

Need help with my custom header.

So I am creating a theme for my store and I made the header like this:

Navigation Logo Search Cart

So when I did that it works, however, the navigation on the left is blocking logo, search, and cart from being clicked on. I also used this command to move the navigation and all that: 

<move element="navigation.sections" destination="header-wrapper" />
Do I use CSS to fix this or?
1 REPLY 1

Re: Need help with my custom header.

Hi @kenneth_mcculle 

 

You cam update code as below:

 

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

 

Using before/after you can specifies the element’s position relative to siblings. You can check in details: https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/layouts/xml-instructions.html 

 

Hope it helps!

if issue solved,Click Kudos & Accept as Solution