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?
!
Page 1 / 1
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");
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");
Thanks a lot @shashi !
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.