Dropdown list style - Qualtrics Flat Style | XM Community
Skip to main content
Question

Dropdown list style - Qualtrics Flat Style

  • March 26, 2020
  • 0 replies
  • 46 views

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!!