I am trying to build a custom theme using Luma as parent. I need to move the language/store switcher from the top grey bar in Luma to be beside the search box, to the right of the logo.
I am using this:
<move element="store_language" destination="header.wrapper" after="top.search"/>
But the element disappears.
How can I do this?
Also, I believe there are two instances of the language switcher, a mobile instance, and a desktop instance, I just need to move the desktop instance.