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

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!

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


Leave a Reply