Constant Sum - Slide Bar - positioning of description text | XM Community
Question

Constant Sum - Slide Bar - positioning of description text


Badge

Is there a way for the text to run along the top of the slider bar rather than down the side where it is squashed?
Capture.JPG


3 replies

Userlevel 4
Badge +18

Hi Mark_iPWC,
are you referring to the question text or the choices?

Badge

thanks for your question - its the choices that i'm referring to.

Userlevel 4
Badge +18

Mark_iPWC - add the following CSS code to look and feel -> custom CSS.

.JFEScope .Skin .Slider .HBAR .q-slider .statement-container div, .JFEScope .Skin .Slider .HSLIDER .q-slider .statement-container div {
  padding-bottom: 45px;
  text-align: center;
}

Leave a Reply