Title: 2 columns
Last modified: August 30, 2016

---

# 2 columns

 *  Resolved [AlbatiQue](https://wordpress.org/support/users/albatique/)
 * (@albatique)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/2-columns-9/)
 * Hey,
 * I would like to show my entries in two columns instead of one.
    How can I achieve
   this result?
 * Thanks
 * [https://wordpress.org/plugins/gwolle-gb/](https://wordpress.org/plugins/gwolle-gb/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Marcel Pol](https://wordpress.org/support/users/mpol/)
 * (@mpol)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/2-columns-9/#post-6476171)
 * Hmm, it is not really built in…
 * What you can do is use CSS, and give each uneven entry a float:left, and each
   even entry a float:right.
    Then give each entry a fixed width and maybe height.
   It will look like this:
 *     ```
       1     2
       3     4
       5     6
       ```
   
 * What is also possible, but only with current SVN, is have all the .gwolle-gb-
   count_1 entries have a float left. And when you list maybe 20 entries, to have.
   gwolle-gb-count_11 and further a float right. Then give them a fixed width.
    
   That could look like this:
 *     ```
       1      4
       2      5
       3      6
       ```
   

Viewing 1 replies (of 1 total)

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

 * ![](https://ps.w.org/gwolle-gb/assets/icon-256x256.png?rev=1114688)
 * [Gwolle Guestbook](https://wordpress.org/plugins/gwolle-gb/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/gwolle-gb/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/gwolle-gb/)
 * [Active Topics](https://wordpress.org/support/plugin/gwolle-gb/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/gwolle-gb/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/gwolle-gb/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Marcel Pol](https://wordpress.org/support/users/mpol/)
 * Last activity: [10 years, 9 months ago](https://wordpress.org/support/topic/2-columns-9/#post-6476171)
 * Status: resolved