Hello,
How can I make the window that presents the survey bigger or wider? I am not sure what the window or box is called. It's the white box in the middle.
It may appear ok in this picture, but when I present a lot of info (e.g., a MCQ matrix), it looks weird. The actual space that the matric covers is way smaller compared to the blank space.
Thanks in advance for your help.
Best, ZR
Solved
Making viewing window bigger
Best answer by ahmedA
Add these to your custom CSS. Read here how to do it.
.Skin .SkinInner{
max-width:100vw;
width:70vw;
}
vwstands for viewport width. So you can change the value of
widthto anything that suits you. Keep
max-widthto
100vw, to ensure that Qualtrics' internal settings do not override your width specification.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
