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

Frames around questions only working in "Classic" layout

  • October 12, 2020
  • 2 replies
  • 76 views

Forum|alt.badge.img

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

Best answer by TomG

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.

2 replies

TomG
Level 8 ●●●●●●●●
Forum|alt.badge.img+27
  • Level 8 ●●●●●●●●
  • Answer
  • October 12, 2020

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.


Forum|alt.badge.img