Solved
Same question needs different view for desktop and mobile
We have a rank order question that contains a paragraph sized chunk of text plus a image. The Qualtrics out of the box text posistion stacks the image either on top or bottom of the text (depending on what you select) but the left/right posistion will take place the first line of text and properly but each subsequent line is stacked under/over the image which looks very odd. Placing the image on the top of the text is the best option of mobile viewing as it eliminates the need for horizontal scrolling but for the desktop view we'd like to put the text/image in a 2 column table so it properly aligns and maximized horizontal screen space.
That being said I currently have this as 2 separate questions using display logic to check if the user is mobile or not. With the plan to manually combine data at survey completion. Is there a better way???
Thank you!
Best answer by MohammedAli_Rajapkar
You can try putting the "text & image" in the table element
So, it should look like "<table> <tr><td>descriptive text </td> <td> image </td></tr></table>
OR
you can try it in <div> with <span> tag
<div> <span>descriptive text</span><span> image </span></div>
please note, in either case you've to play with some CSS code to reduce the height / width of each row.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.

View using out of the box question type (using this for mobile):
!