Title: Two columns using shortcode
Last modified: July 16, 2017

---

# Two columns using shortcode

 *  Resolved [zenzino](https://wordpress.org/support/users/zenzino/)
 * (@zenzino)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/two-columns-using-shortcode/)
 * I want to have the press coverage in two columns. I noticed in the class designations,
   there was an odd/even. Is it possible, using the shortcode to have the odd items
   in the first column and the even items in the second column?

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

 *  Plugin Contributor [farinspace](https://wordpress.org/support/users/farinspace/)
 * (@farinspace)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/two-columns-using-shortcode/#post-9326391)
 * Nooz does not have functionality for 2-columns built into the “shortcode”. We
   do have plans for layout/theme picker on the roadmap, but until then Nooz does
   have excellent markup with well-defined CSS class names which will allow you 
   to refine the look and feel.
 * Here is a starter 2-col CSS setup:
 *     ```
       @media (min-width: 768px) {
           .nooz-list-wrapper .nooz-item {
               float: right;
               width: 49%;
           }
           .nooz-list-wrapper .nooz-item-odd {
               clear: both;
               float: left;
           }
       }
       ```
   
 *  Thread Starter [zenzino](https://wordpress.org/support/users/zenzino/)
 * (@zenzino)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/two-columns-using-shortcode/#post-9326698)
 * I had the columns set up. I was just wondering if the shortcode had the ability
   to define odd or even items.
 * But, the CSS you supplied worked perfectly. Thank you very much.
 * As expressed by other commenters, this is a great plugin and I would happily 
   pay for a full-featured version if you decided to go that way.
 *  Plugin Contributor [farinspace](https://wordpress.org/support/users/farinspace/)
 * (@farinspace)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/two-columns-using-shortcode/#post-9326733)
 * Thank you for the comments, we appreciate it very much, we work for 5-star reviews,
   leave us some feedback! 😉 Thanks again, [@zenzino](https://wordpress.org/support/users/zenzino/)

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

The topic ‘Two columns using shortcode’ is closed to new replies.

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

## Tags

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

 * 3 replies
 * 2 participants
 * Last reply from: [farinspace](https://wordpress.org/support/users/farinspace/)
 * Last activity: [8 years, 10 months ago](https://wordpress.org/support/topic/two-columns-using-shortcode/#post-9326733)
 * Status: resolved