List in card layout with 2 rows

0
I am trying to implement list view using cards layout. Is it possible to have these cards in 2 rows and 4 columns? for example, if there are 5 items in the list, row 1 should be complete with first 4 items and 5th item should go to row 2.
asked
1 answers
0

Hi Chaitanya,

Yes, that's built in to Atlas. Just add the lv-col-xs-3 class to your list view. You can adjust the classname based on your needs. For instance, if you add the lv-col-lg-3 class, it will only display with 4 columns on large screens.

answered