How do I change the position of the Language Selector Box to be on be on the centre top of the page? | XM Community
Skip to main content
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.
I need it to be between a Logo and Progress Bar
Hi @Dhara ,

I have tried the below css code and it worked for me.
.LanguageSelectorContainer {
display: block;
max-width: 500px;
margin: auto;
}

hi Chhavi,
Where should i include this css code in the header or in custom css file?
Thanks
Salma


Leave a Reply