How to Customise the length of my sliders?
Solved
Customising the length of my sliders
Best answer by JeremyK
Thanks Wenyu! This one-liner will let you set the width of your slider body by pixel. Just swap out the 600 to whatever value you like.
jQuery("#" + this.questionId + " .QuestionBody").width(600);
Hope this helps!
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.