Constant Sum - Slide Bar - positioning of description text | XM Community
Skip to main content

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

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


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


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