Vertical align of ListView

0
 I need to align the List view from the database in vertical format in a table.
asked
1 answers
4

You can use ‘lv-col-’ classes for this. For the proper classes check the listview.scss file in your theme folder (styles\sass\core\helpers).

answered