Does anybody know how to move the language drop-down button (for us its German/English) on the webshop mobile version? The button covers the 3 lines (menu) and I there is no way to change its position. Customers are unable right now to click on the menu on mobile. See at www.allcultured.com on you mobile for what I mean. Thanks for any help!
@cultured1 G to assetes > css > v3 > main.css and add below css at bottom of file.
.transcy-switcher-container.transcy-switcher-position__floating
{
padding-top: 50px;
}
