Hi Guys!
Can you guys give me any tutorial how to arrange member's photos in grid rather than in list? This is how it currently looks like:
I want the members list to look like this:
Thanks in advance!
Regards,
Sam
Hi Guys! Regards, Sam |
Ok if somebody wants to know how to go about it, this is it: edit templates/base/thumbnail_single.html file and comment out the following code. <bx_if:profileLink> <div class="thumb_username"> <a class="bx-def-font-large" href="__usr_profile_url__">__user_title__</a> <br /> <i class="bx-def-font-small bx-def-font-grayed">__user_info__</i> </div> </bx_if:profileLink>
Then edit templates/base/css/common.css file. Find the following code div.thumbnail_block_with_info { width: 240px; } and replace 240 with 80.
Save, clear Dolphin cache and check. |
I've tried to do this without success but you nailed it! Thank you so much for posting this, samdel17! |