Hi
How can I change the language selector menu to dropdown instead of dropup on header?
First I add this code in theme.liquid before so it will show on header,
then I remove the language label by adding this code before
.header__search localization-form h2.caption-large { display: none; } .header__search localization-form > form { padding: 0px !important; } .header__search localization-form > form .disclosure__button { margin: 0px !important; }now it only show partial of the items in the menu, I think the problem is the items are dropup, how do I change it to dropdown instead?

