How do I change the position of the Language Selector Box to be on be on the centre top of the page? | XM Community
Solved

How do I change the position of the Language Selector Box to be on be on the centre top of the page?

  • 26 September 2019
  • 3 replies
  • 107 views

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.
icon

Best answer by ChhaviChauhan 30 September 2019, 13:15

View original

3 replies

I need it to be between a Logo and Progress Bar
Userlevel 1
Badge +2
Hi @Dhara ,

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

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

Leave a Reply