Viewing 1 replies (of 1 total)
  • Thread Starter crimay71

    (@crimay71)

    I fixed this using CSS. If anyone else needs a multiple columns add this to your custom css file:

    .cpt-list-wrapper { -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-width: 200px;
    -moz-column-width: 200px;
    column-width: 200px;}

Viewing 1 replies (of 1 total)
  • The topic ‘Multiple Columns’ is closed to new replies.