How to center-align text entry forms? | XM Community
Solved

How to center-align text entry forms?

  • 11 April 2019
  • 2 replies
  • 107 views

Userlevel 1
Badge +1
I need to take the text entry box to the center of the page rather than the left side of the page (attached screenshot. Can you please guide me with that?

!
icon

Best answer by Anonymous 11 April 2019, 22:46

View original

2 replies

Hi @busmarketing,

Assuming you are using Text entry -> single line question

Paste the below code in the js(OnReady) of question

jQuery("#"+this.questionId+" .ChoiceStructure").css("text-align","center");
Userlevel 1
Badge +1
Thanks a lot @shashi !

Leave a Reply