Manipulating the slider question - How to position the statement to the right (instead of the left) | XM Community
Skip to main content
Question

Manipulating the slider question - How to position the statement to the right (instead of the left)

  • January 11, 2022
  • 1 reply
  • 358 views

Hi, XM community.
I am new here. I was wondering if I could manipulate/change the location of the statement in the slider question using the javascript.

Normally the statements are located on the right side of the slider. I want it to be on the left side like the image you see below.
Zauberman_slider_statement_totheright.pngI searched through so many slider-related posts. I could not find a single post about changing the location of the statement. I really appreciate your help!

1 reply

dobra021
Level 4 ●●●●
Forum|alt.badge.img+37
  • Level 4 ●●●●
  • January 13, 2022

libbyC See this post: https://community.qualtrics.com/XMcommunity/discussion/comment/41050#Comment_41050
jQuery(".statement-container div").eq(0).append("STATEMENT TEXT");