Title: problem articles in 2 columns
Last modified: August 21, 2016

---

# problem articles in 2 columns

 *  Resolved [bustel](https://wordpress.org/support/users/bustel/)
 * (@bustel)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/problem-articles-in-2-columns/)
 * template: article.tmpl
 * problem:
    I have a few articles and it should be all in two columns, when i have
   6 articles: then articles 2, 3, 5 and 6 are in two columns but article 1 and 
   4 aren’t… where can i find the setup of the columns? or how should i do to put
   all the articles in two columns???
 * [http://wordpress.org/plugins/arlima/](http://wordpress.org/plugins/arlima/)

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

 *  Thread Starter [bustel](https://wordpress.org/support/users/bustel/)
 * (@bustel)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/problem-articles-in-2-columns/#post-4469725)
 * I have 6 articles…
 * article 2 & 3 are in <div class=”arlima child-wrapper”>
    article 5 & 6 are in
   <div class=”arlima child-wrapper”>
 * article 1 & 4 aren’t… how can I set it also in <div class=”arlima child-wrapper”
   >?
 *  Thread Starter [bustel](https://wordpress.org/support/users/bustel/)
 * (@bustel)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/problem-articles-in-2-columns/#post-4469778)
 * I think the problem is solve in the template.css but don’t know where to search…
 *  Thread Starter [bustel](https://wordpress.org/support/users/bustel/)
 * (@bustel)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/problem-articles-in-2-columns/#post-4469817)
 * I have find something in ListTemplateRenderer.php
 * line: 312
 *     ```
       if(
                       ($num_children == 4 && ($count == 1 || $count == 2)) ||
                       ($num_children == 6 && ($count != 0 && $count != 3)) ||
                       ($num_children > 1 && $num_children != 4 && $num_children != 6 && ($count != 0 || $has_even_children) )
                   )
       ```
   
 * if i remove this code, then the articles are all in two columns… but there is
   one last problem… the first article is on the right side of column 1, and the
   thirth article is on the left side on column three… the two articles should be
   togheter in one column…
 *  Plugin Author [victor_jonsson](https://wordpress.org/support/users/victor_jonsson/)
 * (@victor_jonsson)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/problem-articles-in-2-columns/#post-4469890)
 * This is not a bug, it’s a feature 🙂
 * Maybe in the future we’ll introduce an action that lets you control how the child
   articles are grouped without hacking the core of Arlima.

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

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

 * ![](https://s.w.org/plugins/geopattern-icon/arlima_fbf8f7.svg)
 * [Article List Manager (arlima)](https://wordpress.org/plugins/arlima/)
 * [Support Threads](https://wordpress.org/support/plugin/arlima/)
 * [Active Topics](https://wordpress.org/support/plugin/arlima/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/arlima/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/arlima/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [victor_jonsson](https://wordpress.org/support/users/victor_jonsson/)
 * Last activity: [12 years, 4 months ago](https://wordpress.org/support/topic/problem-articles-in-2-columns/#post-4469890)
 * Status: resolved