Title: Multiple Columns?
Last modified: August 31, 2016

---

# Multiple Columns?

 *  Resolved [delfinparis](https://wordpress.org/support/users/delfinparis/)
 * (@delfinparis)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/multiple-columns-14/)
 * I’m using the most recent cmap template. Right now I’m only showing one column
   of entries, but I’d like to make it two or three columns. I can’t figure out 
   how to do this in the back-end, and I didn’t see anything on the support site.
   Not sure if it’s strictly CSS or if there’s a toggle. Thanks!
 * [Here’s the page in question.](http://swallowdeez.dentist/kaleteam/)
 * [https://wordpress.org/plugins/connections/](https://wordpress.org/plugins/connections/)

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

 *  Plugin Author [Steven](https://wordpress.org/support/users/shazahm1hotmailcom/)
 * (@shazahm1hotmailcom)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/multiple-columns-14/#post-6962636)
 * **@ delfinparis**
 * **re: I Purchased the CSV plugin to make it work easyer**
 * Support for commercial plugins is not permitted on the wp.org support forums.
   You should post your support related questions here for the cMap template.
 * [http://connections-pro.com/support/forum/template/cmap/](http://connections-pro.com/support/forum/template/cmap/)
 * **re: Right now I’m only showing one column of entries, but I’d like to make 
   it two or three columns. I can’t figure out how to do this in the back-end, and
   I didn’t see anything on the support site. Not sure if it’s strictly CSS or if
   there’s a toggle.**
 * This is because it does not support a columnar layout, just as the demo and live
   site showcases show, it is a single column layout. That said, other users have
   customized the template’s CSS to show multiple columns with varying levels of
   success.
 * Something like this will get you started:
 *     ```
       #cn-cmap div.cn-list-section-head {
       	display:none !important;
       }
       #cn-cmap div.cn-list-row,
       #cn-cmap div.cn-list-row-alternate {
       	float: left;
       	margin-right: 10px;
       	height: 160px;
       	width: 23rem;
       }
       #cn-cmap div#cn-list-foot {
       	clear:both;
       }
       ```
   
 * You should remove the custom CSS you’ve already added though or this will not
   work.
 * Hope that helps!
 *  Thread Starter [delfinparis](https://wordpress.org/support/users/delfinparis/)
 * (@delfinparis)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/multiple-columns-14/#post-6962657)
 * Thanks! Since it’s not natively supported, I’m going to keep the single column.
   I don’t want to screw up any responsiveness in the overall WP theme. Single column
   design will minimize those errors.
 * I’ll post any premium support topics to your site going forward. I appreciate
   the help!

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

The topic ‘Multiple Columns?’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/connections_2b7e99.svg)
 * [Connections Business Directory](https://wordpress.org/plugins/connections/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/connections/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/connections/)
 * [Active Topics](https://wordpress.org/support/plugin/connections/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/connections/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/connections/reviews/)

## Tags

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

 * 2 replies
 * 2 participants
 * Last reply from: [delfinparis](https://wordpress.org/support/users/delfinparis/)
 * Last activity: [10 years, 4 months ago](https://wordpress.org/support/topic/multiple-columns-14/#post-6962657)
 * Status: resolved