I am using dawn theme for my website and my language switch is hidden behind shopify logo, how to change the position of the language switcher or how to hide shopify logo?
I have mentioned the url for my store below.
Hello @MAKTABAMALL ,
Add this css,
div#etranslate-language-float-selector {
top: 60px !important;
bottom: auto !important;
right: 10px !important;
left: auto !important;
}

