Hello I am trying to widen my star slider to have the same width as the question body.
I have used these codes:
jQuery("#" + this.questionId + " .QuestionBody").width(600);
jQuery("#" + this.questionId + " .statement-container").css("padding-top",6);
but no changes were made.
Any recommendations?
Page 1 / 1
A star slider is a table. Change the width of the first cell in the first column:
jQuery("#"+this.questionId+" th:first").width("50%");
Thank you!
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.