0 votes
in SoSci Survey (English) by s101702 (195 points)

Hi. I have trouble with the format of a warning I want to implement in my survey.
I'm using the "paper" layout and the warning window is sticking out and basically exceeding the limits of the visible layout format. Can you help me fix it so it looks like it fits correctly? Thank you!

by SoSci Survey (300k points)
The paper layout is quite specific for certain situations - it's probably not the best one for general surveys. For example, it's not responsive for mobile devices.

Of course, this should not stop the message from working correctly. If you could post a "pretest URL" that leads directly to the page with the message, I can take care of this.
by SoSci Survey (300k points)
Could please create an URL that goes directly to the page with the message? Thank you.

1 Answer

0 votes
by SoSci Survey (300k points)

Please add these line PHP code to the page:

pageCSS('
  div.warning div.content {
    margin: 0;
    width: auto;
  }
');

There's a unlucky overlap between the HTML names in the layout and the message - the above CSS code will revert this issue.

by s101702 (195 points)
Thank you, works fine now!

Willkommen im Online-Support von SoSci Survey.

Hier bekommen Sie schnelle und fundierte Antworten von anderen Projektleitern und direkt von SoSci Survey.

→ Eine Frage stellen


Welcome to the SoSci Survey online support.

Simply ask a question to quickly get answers from other professionals, and directly from SoSci Survey.

→ Ask a Question

...