Title: Three or more columns
Last modified: August 24, 2016

---

# Three or more columns

 *  Resolved [Dmitry](https://wordpress.org/support/users/dobrodukh/)
 * (@dobrodukh)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/three-or-more-columns/)
 * Hi. Thanks for the great plugin!!!
    The question is – default, display only two
   columns with categories. Is it possible to make three or more?
 * [https://wordpress.org/plugins/wp-knowledgebase/](https://wordpress.org/plugins/wp-knowledgebase/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Contributor [Maeve Lander](https://wordpress.org/support/users/enigmaweb/)
 * (@enigmaweb)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/three-or-more-columns/#post-5995290)
 * Yes, actually it should be fairly easy. You would just adjust the % width used
   by the categories in CSS like this:
 *     ```
       .kbe_category {
         width: 29%;
       }
       ```
   
 * If you adjust the width there it should automatically introduce additional columns
   to fill up the full width of the surrounding div. Use trial and error in your
   element inspector to find the perfect % width for your theme.
 *  Thread Starter [Dmitry](https://wordpress.org/support/users/dobrodukh/)
 * (@dobrodukh)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/three-or-more-columns/#post-5995292)
 * Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Three or more columns’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-knowledgebase_c56559.svg)
 * [WordPress Knowledge base & Documentation Plugin - WP Knowledgebase](https://wordpress.org/plugins/wp-knowledgebase/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-knowledgebase/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-knowledgebase/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-knowledgebase/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-knowledgebase/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-knowledgebase/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Dmitry](https://wordpress.org/support/users/dobrodukh/)
 * Last activity: [11 years, 1 month ago](https://wordpress.org/support/topic/three-or-more-columns/#post-5995292)
 * Status: resolved