Title: Multiple Columns
Last modified: August 24, 2016

---

# Multiple Columns

 *  Resolved [ccjm2003](https://wordpress.org/support/users/crimay71/)
 * (@crimay71)
 * [11 years ago](https://wordpress.org/support/topic/multiple-columns-11/)
 * Hello.
 * I know pagination is coming soon but I swear this plugin used to have the ability
   to display a list in multiple columns. I have a long list of post titles that
   I need to break up into columns, will your plugin do that? Thanks.
 * [https://wordpress.org/plugins/custom-post-type-list-shortcode/](https://wordpress.org/plugins/custom-post-type-list-shortcode/)

Viewing 1 replies (of 1 total)

 *  Thread Starter [ccjm2003](https://wordpress.org/support/users/crimay71/)
 * (@crimay71)
 * [11 years ago](https://wordpress.org/support/topic/multiple-columns-11/#post-6135477)
 * 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.

 * ![](https://s.w.org/plugins/geopattern-icon/custom-post-type-list-shortcode.svg)
 * [Custom Post Type List Shortcode](https://wordpress.org/plugins/custom-post-type-list-shortcode/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/custom-post-type-list-shortcode/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/custom-post-type-list-shortcode/)
 * [Active Topics](https://wordpress.org/support/plugin/custom-post-type-list-shortcode/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/custom-post-type-list-shortcode/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/custom-post-type-list-shortcode/reviews/)

 * 1 reply
 * 1 participant
 * Last reply from: [ccjm2003](https://wordpress.org/support/users/crimay71/)
 * Last activity: [11 years ago](https://wordpress.org/support/topic/multiple-columns-11/#post-6135477)
 * Status: resolved