Solved
How do I change the position of the Language Selector Box to be on be on the centre top of the page?
Currently the language box is awkwardly on the right in between the title and description. I need it to be at the top so that it is between the Progress Bar and the Logo of the survey.
Best answer by ChhaviChauhan
Hi @Dhara ,
I have tried the below css code and it worked for me.
.LanguageSelectorContainer {
display: block;
max-width: 500px;
margin: auto;
}
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
