Title: Multiple columns
Last modified: April 6, 2020

---

# Multiple columns

 *  [jamesja](https://wordpress.org/support/users/jamesja/)
 * (@jamesja)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/multiple-columns-24/)
 * Hi, is there any way to have multiple columns regardless number of items in the
   list? Like I want 3 columns layout. If there are 3 items, then it should be in
   3 columns.
 * Thank you.

Viewing 1 replies (of 1 total)

 *  Plugin Author [Dani Llewellyn](https://wordpress.org/support/users/diddledani/)
 * (@diddledani)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/multiple-columns-24/#post-12644935)
 * Hi,
 * The easiest way to do this is to copy the template file from `wp-content/plugins/
   a-z-listing/templates/a-z-listing.php` into your theme and edit line 21 to change`
   $_a_z_listing_minpercol = 10;`. You will want to set that variable to `1`:
 *     ```
       $_a_z_listing_minpercol = 1;
       ```
   
 * Make sure you’re aware of the concept of [`child-themes`](https://developer.wordpress.org/themes/advanced-topics/child-themes/)
   if you are using a theme that you did not create yourself. You should use a child-
   theme in such circumstances so that any updates to your theme from its developer
   do not delete the template we copied above.

Viewing 1 replies (of 1 total)

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

 * ![](https://s.w.org/plugins/geopattern-icon/a-z-listing_d8edfd.svg)
 * [A-Z Listing](https://wordpress.org/plugins/a-z-listing/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/a-z-listing/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/a-z-listing/)
 * [Active Topics](https://wordpress.org/support/plugin/a-z-listing/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/a-z-listing/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/a-z-listing/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Dani Llewellyn](https://wordpress.org/support/users/diddledani/)
 * Last activity: [6 years, 1 month ago](https://wordpress.org/support/topic/multiple-columns-24/#post-12644935)
 * Status: not resolved