Align choice texts with multiple sliders | XM Community
Question

Align choice texts with multiple sliders

  • 20 February 2020
  • 1 reply
  • 37 views

I'm using the modern layout. Under that layout, choice text doesn't align with the sliders.

!

I tried the custom CSS from this post, but that didn't work for me. Neither did increasing the survey width . The choices are displayed properly for the classic layout. Any way I can make this look decent with the modern layout? I don't want to use mobile-friendly.

1 reply

Hi there,

You can add this line to the JS code of the question, in the first section:
jQuery("#"+this.questionId+" .track").css({"margin-top": "30px"})

You can adjust the Xpx value to your needs
hth

Leave a Reply