Hallo,
ich würde gerne die offenen Textfelder der kombinierten Frage (die Spalten) enger zueinanderbringen (siehe Bild):
hat jemand eine Ahnung wie und ob das machbar ist?
Mein verwendeter Code:
question('F008','combine=F009','combine=F010', 'combine=F011' , 'combine=F012');
<style>
.opener.s2col1 {
white-space: nowrap;
font-weight:normal !important;
text-align:center;
}
.opener.s2col1 {
text-align:left !important;
}
.header.s2col2 {
white-space: nowrap;
font-weight:normal !important;
text-align:center;
}
</style>