Adjust Width of a specific question | XM Community
Question

Adjust Width of a specific question

  • 14 October 2020
  • 1 reply
  • 295 views

Hello-
I need to adjust the width of a specific question in my survey. I am able to modify the width for all of my questions using the custom CCS code in Look & Feel:
.Skin .SkinInner {min-width: 1200px!important;}
But I am wondering if there is a way to implement this change to width (either through html, java script, or custom CCS) to only specific questions and not all of them.
Thanks


1 reply

Userlevel 7
Badge +27

Hi there, if you still need, I commented on a similar post below with some methods for applying question/page level CSS:
https://community.qualtrics.com/XMcommunity/discussion/14803/how-to-apply-custom-css-code-to-selected-questions
I would suggest using the page level CSS method since I believe SkinInner is more about the whole page than any specific question. So for each page that you want that CSS applied, try including the below in the Question Text on any question on that page:

Click to write the question text

Leave a Reply