+1 (866) 832-3090
+91 (44) 6667 8040
+44 (800) 808 5790
+61 2 8188 4692
forums
Hi,
I have this piece of code:
{% for folder in category.folders %} <section class="cs-g2 article-list"> <div class="list-lead">{{ folder.name }}</div> {{ folder | article_list:5 }} </section> {% else %} {{ portal | filler_for_solutions }} {% endfor %}
Which results in:
Thank you in advance
Start your 21-day free trial. No credit card required. No strings attached.
Michał Łusiak
Hi,
I have this piece of code:
Which results in:
But looking to get all articules in 2 or even 3 rows if possible. Does anyone can help me with that?Thank you in advance