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?