Title: Multi Columns Problem
Last modified: August 21, 2016

---

# Multi Columns Problem

 *  [Shabir Virk](https://wordpress.org/support/users/sakuhetu/)
 * (@sakuhetu)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/multi-columns-problem/)
 * Hi,
 * I am getting an issue with the plugin
 * [http://www.ekarnal.com/business-directory-yellow-pages](http://www.ekarnal.com/business-directory-yellow-pages)
 * most of the things are right but some tabs like “J, O, P, V, W” are messing up.
 * I m using
 * [mctagmap columns=”2″ hide=”yes” num_show=”10″ show_empty=”yes” tag_count=”yes”
   width=”215″ equal=”yes” basic =”no” taxonomy = “dir-cats” basic_heading=”yes”
   manual=”a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, 
   x, y, z” ]
 * Please help me to solve the issue.
 * I want 3 columns and all of the equally like A B C D E F G
 * Thanks
 * [http://wordpress.org/plugins/multi-column-tag-map/](http://wordpress.org/plugins/multi-column-tag-map/)

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

 *  Plugin Author [tugbucket](https://wordpress.org/support/users/tugbucket/)
 * (@tugbucket)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/multi-columns-problem/#post-4171102)
 * [http://wordpress.org/plugins/multi-column-tag-map/installation/](http://wordpress.org/plugins/multi-column-tag-map/installation/)
 * > manual = (possible values: blank or a comma separated list eg: “d, g, t”)
 * > manual: Each letter will create the beginning of a new column. Example: ‘manual
   > =”e, h, t”.’ This will create four columns (a-d, e-g, h-s and t-z+numbers).
   > Writing “a, e, h, t” will have the same effect. The “columns” option is ignored
   > as the “manual” setting creates the columns based on your input.
 * so by you writing: `manual="a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q,
   r, s, t, u, v, w, x, y, z"` you are creating 26 columns.
 *  Thread Starter [Shabir Virk](https://wordpress.org/support/users/sakuhetu/)
 * (@sakuhetu)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/multi-columns-problem/#post-4171117)
 * Hi thanks for the reply man.
 * But could you please tell me how to output the results in three columns like 
   the same way i want.
 * If i use the “a-d” the the b is below the A and c is below the B
 * i want them left to right order.
 * Please tell me how to achieve this.
 * Thanks
 *  Plugin Author [tugbucket](https://wordpress.org/support/users/tugbucket/)
 * (@tugbucket)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/multi-columns-problem/#post-4171121)
 * Try:
 * `[mctagmap columns="1" hide="yes" num_show="10" show_empty="yes" tag_count="yes"
   width="215" equal="yes" taxonomy="dir-cats"]`
 *     ```
       #mcTagMap .holdleft, #sc_mcTagMap .holdleft {
       float: left;
       }
       ```
   
 * or something to that effect. The “equal” might not work correctly though so you
   might have to modify that script.

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

The topic ‘Multi Columns Problem’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/multi-column-tag-map_9e2525.svg)
 * [Multi-column Tag Map](https://wordpress.org/plugins/multi-column-tag-map/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/multi-column-tag-map/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/multi-column-tag-map/)
 * [Active Topics](https://wordpress.org/support/plugin/multi-column-tag-map/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/multi-column-tag-map/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/multi-column-tag-map/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [tugbucket](https://wordpress.org/support/users/tugbucket/)
 * Last activity: [12 years, 7 months ago](https://wordpress.org/support/topic/multi-columns-problem/#post-4171121)
 * Status: not resolved