Title: Column layout
Last modified: August 21, 2016

---

# Column layout

 *  [Peer](https://wordpress.org/support/users/athen/)
 * (@athen)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/column-layout-1/)
 * Hi.
 * Looks like a great plugin. Would it be able to add a functionality so “sitemap_posts”
   could be shown in 3 or more columns?
 * [http://wordpress.org/extend/plugins/table-of-contents-plus/](http://wordpress.org/extend/plugins/table-of-contents-plus/)

Viewing 1 replies (of 1 total)

 *  [conjur3r](https://wordpress.org/support/users/conjur3r/)
 * (@conjur3r)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/column-layout-1/#post-3916214)
 * Seeing that each grouping is surrounded by a div.toc_sitemap_posts_section, you
   can use CSS to specify a width and then tell it to apply some kind of column 
   format, something like the following as a starting point:
 *     ```
       div.toc_sitemap_posts_section {
       width: 30%;
       margin-right: 10px;
       float: left;
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Column layout’ is closed to new replies.

 * ![](https://ps.w.org/table-of-contents-plus/assets/icon-256x256.png?rev=1151771)
 * [Table of Contents Plus](https://wordpress.org/plugins/table-of-contents-plus/)
 * [Support Threads](https://wordpress.org/support/plugin/table-of-contents-plus/)
 * [Active Topics](https://wordpress.org/support/plugin/table-of-contents-plus/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/table-of-contents-plus/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/table-of-contents-plus/reviews/)

## Tags

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

 * 1 reply
 * 2 participants
 * Last reply from: [conjur3r](https://wordpress.org/support/users/conjur3r/)
 * Last activity: [12 years, 10 months ago](https://wordpress.org/support/topic/column-layout-1/#post-3916214)
 * Status: not resolved