That the basic setup. I’m looking to add a few more info (ex: place of location, ratings, views or biography, etc.) underneath each artists image besides the Artists profile name
But when you add a few more things underneath that artist image there a tremendous space between each image due to everything staying uniform with each other in that horizontal row.
If I have the biography there…each artists has more than others so there that space.
How can I get it to where that artists image and info just sets underneath each other to eliminate the spacing.
Below is the info from artists_row.tpl of the jrNova Skin
{if isset($_items)}
<div class="container">
<div class="row">
{foreach from=$_items item="item"}
{jrCore_module_function function="jrImage_display" module="jrProfile" type="profile_image" item_id=$item._profile_id size="medium" crop="auto" class="iloutline" alt=$item.audio_title}
{$item.profile_name}
{/foreach}
</div>
</div>
{/if}
updated by @boplive: 09/28/14 05:41:01AM