Hi mtibesar
It’s really simple, once I’ve set up my relevant groups of 4 (so that I have a page of users, displaying 4-users per row), I used basic html coding for a table format to place the shortcodes in. The end result is a neat display of Users…
The html code on the PAGE you are editing should therefore look something like this:
<table width=”600″ border=”0″>
<tbody>
<tr>
<td>[people-lists list=team]</td>
<td>[people-lists list=team-2]</td>
<td>[people-lists list=team-3]</td>
<td>[people-lists list=team-4]</td>
</tr>
</tbody>
</table>
Hope this helps you.