When the customer sees the articles over the phone, I would like to show 2 items per line. whereas at the moment it is only possible to see 1. how can I do this?
Thank you and nice day


Code: Select all
echo '<div class="'.$s['c']['row-item'].' '.$s['c']["col.xs12.sm{$col}.md{$col}"].'">';Code: Select all
echo '<div class="'.$s['c']['row-item'].' col-6 col-md-3">';

