Title: CSS columns
Last modified: August 20, 2016

---

# CSS columns

 *  [runekjensen](https://wordpress.org/support/users/runekjensen/)
 * (@runekjensen)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/css-columns/)
 * I can see that one should use the css styling to make the list appears in columns.
   Any way that someone can tell me how to edit it, or better yet, post the code?
   
   I´m not that good with css
 * [http://wordpress.org/extend/plugins/simple-staff-list/](http://wordpress.org/extend/plugins/simple-staff-list/)

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

 *  [tobrien82](https://wordpress.org/support/users/tobrien82/)
 * (@tobrien82)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/css-columns/#post-3631141)
 * You could rewrite some of the css styling, using the div tags and spacing.
 * `div.main_inner {
    display: table; }
 * div.staff-member {
    float:left;/*fix for buggy browsers*/ display:table-column;
   width:230px; height:250px; text-align: center; vertical-align: middle; }
 *  Thread Starter [runekjensen](https://wordpress.org/support/users/runekjensen/)
 * (@runekjensen)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/css-columns/#post-3631168)
 * Perfect thanks.
 *  [danbdavies](https://wordpress.org/support/users/danbdavies/)
 * (@danbdavies)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/css-columns/#post-3631199)
 * Hi – where does this code actually go?
 * Sorry for being dumb!
 *  Plugin Author [Brett Shumaker](https://wordpress.org/support/users/brettshumaker/)
 * (@brettshumaker)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/css-columns/#post-3631206)
 * [@danbdavies](https://wordpress.org/support/users/danbdavies/) you can put this
   code into the the Custom CSS box on the plugin’s “Templates” page.
 *  [danbdavies](https://wordpress.org/support/users/danbdavies/)
 * (@danbdavies)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/css-columns/#post-3631207)
 * Thanks, I tried that but it doesn’t make any difference to layout. 🙁
 *  Plugin Author [Brett Shumaker](https://wordpress.org/support/users/brettshumaker/)
 * (@brettshumaker)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/css-columns/#post-3631208)
 * Try unchecking the checkbox above the custom CSS box that says something about
   an external stylesheet. The plugin might be unable to create the stylesheet it
   needs. Unchecking that box will force the plugin to write the styles directly
   to the page when it displays your staff listing.

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

The topic ‘CSS columns’ is closed to new replies.

 * ![](https://ps.w.org/simple-staff-list/assets/icon-256x256.png?rev=2718196)
 * [Simple Staff List](https://wordpress.org/plugins/simple-staff-list/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/simple-staff-list/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/simple-staff-list/)
 * [Active Topics](https://wordpress.org/support/plugin/simple-staff-list/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/simple-staff-list/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/simple-staff-list/reviews/)

## Tags

 * [columns](https://wordpress.org/support/topic-tag/columns/)

 * 6 replies
 * 4 participants
 * Last reply from: [Brett Shumaker](https://wordpress.org/support/users/brettshumaker/)
 * Last activity: [13 years, 1 month ago](https://wordpress.org/support/topic/css-columns/#post-3631208)
 * Status: not resolved