• Hi threre,

    just wondering if you can advise on how to make a long list of choices break into the next column in order to prevent users from scrolling up and down.

    Using some CSS limiting the height of the choices area works just fine using…

    .chained-quiz-choices {
    	max-height: 350px;
    }

    The flex-direction: column property is not working unfortunately ;-(

    Any advice is much appreciated.

    Thanks,
    Jan

    The page I need help with: [log in to see the link]

  • The topic ‘Choices Area with column break’ is closed to new replies.