Mobile Friendly single answer choice show answer side by side | XM Community
Skip to main content
Solved

Mobile Friendly single answer choice show answer side by side

  • September 2, 2020
  • 1 reply
  • 54 views

Hi
I try to figure out how to show the single answer choice side by side instead of vertically. I have already set the position as horizontal on the question level. However, the mobile friendly preview is still show as vertical. Can I set css in the look and feel for this? I have been playing with this but no luck. Thanks

.Skin .MC label.SingleAnswer {

width:100px;

height: 100px;

float: center;

padding-top: 20px;

padding-bottom: 20px;

padding-left: 200px;

padding-right: 70px;

margin: 1;

border: 1;


}

}
desktop.pngmoblie.png

Best answer by rondev

Make position - "columns" and column count to 2

1 reply

rondev
Level 6 ●●●●●●
Forum|alt.badge.img+22
  • Level 6 ●●●●●●
  • Answer
  • September 3, 2020

Make position - "columns" and column count to 2