Language Selector Switcher move to up at mobile header view

Can I change the place for Language Selector Switcher> > button in the mobile header from down to up>

> ve

Hello @ebraheemfakhri ,

You can try to follow these steps:

Go to Online Store → Themes → Actions → Edit code

Go to Assets folder → base.css file or theme.scss.liquid file

Add this following code at the bottom of page

.language-selector-button {
    position: absolute;
    top: 10px;
    left: 10px;
}

Save and preview

Hope this can help.

Transcy.