Frames around questions only working in "Classic" layout | XM Community
Skip to main content

Hi everyone,
the code below inserted in the HTML view of one of my questions creates a frame only if I choose the "Classic" Layout. With "modern" and" Flat" there is no frame. I want to use the "modern" layout. How can I make it work?


Introduction



We collected business-relevant data about four smartphone apps and created two charts:


...
Also, as can be seen in the screenshot, the frame on the sides is more narrow than the frame in between the two questions. How do I balance the sizes of both?
Frame qualtrics troubleshooting.PNGHelp would be much appreciated!

Best,
CodeCollective

The borders are transparent in those layouts. Use:
.Skin .QuestionOuter .Inner {border: solid rgba(255, 61, 61, 1);}
The border width is the same on all sides. The thicker line between questions is the bottom border of the first question abutting with the top border of the second question.


https://www.qualtrics.com/community/discussion/comment/31037#Comment_31037That was it! Thank you very much.


Leave a Reply