How can I show my orderable list in two columns?

  • MammutSportsGroup
    Asked on May 24, 2018 at 5:25 AM

    Hello,

    is it possible to Show the orderable list in two columns in order to avoid the scrollbar?

    We don't want to embed the Survey and just use the quick share links.

    I'm using the new layout and couldn't find the option for a custom CSS.

    Thanks in advance.

    Jotform Thread 1481629 Screenshot
  • Kevin Support Team Lead
    Replied on May 24, 2018 at 9:12 AM

    You may achieve that by injecting this code: 

    .item {

        width: 45%;

        display: inline-block;

        margin-left: 0.5%;

    }

    Guide: https://www.jotform.com/help/428-How-to-Inject-CSS-Codes-to-Widgets 

    I hope this helps.