Posts by Luciano Closs • 26 points
1 post
-
1
votes2
answers117
viewsA: Loop with columns and Rows
You can change the loop to the columns: <div class="row"> <?php foreach ($unfollow as $row): ?> <div class="col-md-4"> <?php var_dump($row)?> </div> <?php endforeach…