I have side-by-side questions with piped text in the "Statements" column. The width of that column is excessively wide because of the length of the (hidden) piped text. This is frustrating because it prevents the other two columns from appearing on mobile devices:
Can anyone give me the freedom to pull that first column with the piped text in as close as I need to?
Hi,
Try to adjust the width of columns like, the below css will minimize the width of your 2 columns,
jQuery('.SBS1').css('width','70px')
jQuery('.SBS2').css('width','60px')
Also, you can minimize the statement column width in the survey editor, drag the statement separator line towards the left,
Hello Suraj, and thank you!
I reduced the width down to 1PX:
jQuery('.SBS1').css('width','1px')
It helped! But I still wish for that Statement column to be narrower:
______________________________________________________________________________________
______________________________________________________________________________________
Can I adjust the code to make the column narrower? Thanks again!
https://www.qualtrics.com/community/discussion/comment/28557#Comment_28557Hi CSK,
did you find a solution? I run into a similar issue.
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.