change position of the prompt message at the top of the screen #773
-
Hello! I'm using the image-slider-response plugin to ask participants to rate (from -100 to +100) the association between an image and a label. Everything works fine however I'd like to display the prompt at the top of the screen (immediately above the image) rather than at the bottom. Is that possible? alternatively, is it possible to move up the image in order to display the prompt a little bit higher? my concern is related to the fact that right now because the image is displayed at the center of the screen everything is shifted below accordingly and you need to scroll down with your mouse to find the "continue" button. any suggestion is appreciated! my code:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 11 replies
-
Your best bet would be the move this line of code in the plugin above the image parts so that it appears first. Move this part to above this line I believe this should solve your issue. |
Beta Was this translation helpful? Give feedback.
Your best bet would be the move this line of code in the plugin above the image parts so that it appears first.
Move this part to above this line
I believe this should solve your issue.