Page 1 of 1

Customize List Item Display

Posted: Wed Jun 04, 2014 7:46 am
by anon

I was curious what the best way to customize the layout of the list items in the list is. What I am trying to do is have the list items appear in pairs of two horizontally as opposed to a singleton vertical list of items.

I tried playing with some CSS but can't figure out the right way to do this.


Customize List Item Display

Posted: Wed Jun 04, 2014 9:43 am
by Evgene Karachevtsev

Hello,

Please, look at this link: http://stackoverflow.com/questions/17...


Customize List Item Display

Posted: Thu Jun 05, 2014 3:31 am
by anon

Ah, but I am trying to have 1 list view not two. For example the output order like this.

1 2
3 4
5 6
7


Customize List Item Display

Posted: Thu Jun 05, 2014 11:19 am
by Evgene Karachevtsev

Hello,

Unfortunately, there is not way to use list as you want. Could you please detail your task and maybe we'll suggest another way to get result.