Hi,
I'm defining a survey that has free text and dropdown fields. I'm using the Qualtrics Flat Style:
!
But I'm trying to uniformize the size and position of the dropdown with the text field with no success:
/*Dropbox size and position*/
.ChoiceStructure {
/* border-spacing: 10px; */
width: 680px;
height: 48px !important;
padding-left: 0px !important;
border-radius: 0 !important;
margin-left: 0px !important;
}
!
The dropdown position is not left, and after adding this custom CSS, I create a problem with the rendering of the other questions:
!
What am I missing? Is it possible to do anything to uniformize these styles?
Thanks!!
Be the first to reply!
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.