Is there a way to center scuh drop down questions so they show up in the middle of the page instead of left?
Page 1 / 1
Use the below code:
jQuery("#"+this.questionId+" .QuestionBody").css("text-align","center");
sadly it doesn't work, but thanks anyway
Can you show where you have pasted the code.
sure I pasted in javascript:
Just click on the clear button of the Add javascript pop up and paste it as below:
than you, works perfectly!
rondev How would I change the javascript to center a form field question? The code above worked for me when doing a drop-down but didn't work for a form-field text entry question.
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.