Magento – Magento 2 – Header: Logo, Nav, and Mini Cart on one line

headermagento2

I am using Magento 2.0 with a copy of the blank theme.

I am trying to get the logo, nav, and mini cart on one line but I can't figure it out.

How would I do this with the blank Magento theme?

Best Answer

To modify the HTML you need to move the navigation to the header.

For example:

<move element="catalog.topnav" destination="header-wrapper" after="logo"/>

But you will also need to do some styling to make it all work nicely together.