Hi,
Please paste the following js code in your question
jQuery("#"+this.questionId+" .ChoiceStructure.Selection").css({"width":"100%"});
Select your question, in bottom of your left pane you can see Javascript and the paste the code as in the image below
Thanks for your help @jbk
This has made the answer box wider, but it’s still a little short.
And how can I get the background white, and fatter like the image below. And change the colour of the selected text once the answer box is filled.
And for bonus points, move the drop down arrow in and make it a little more prominent.
Thanks
@parkie_0007,
Is Q15 a multi-select? How was it styled?
Thanks @TomG
Q15. is just a mock-up I made and my goal for Q17.
Thanks :)
@parkie_0007,
Try adding this to Custom CSS:
.Skin select {
width: 100%;
margin: 0;
}
.Skin select.ChoiceStructure.Selection {
background-color: #fff;
}
@TomG
Thanks, I got the white, but the width is the same.
@TomG
Thanks, I got the white, but the width is the same.
You’ll need to post a link. Otherwise, it is a guessing game.