18-01-2017, 04:47 AMZenith Wrote: Is it that the bottom border has a bit of white while the top doesn't?
18-01-2017, 04:48 AMTuttiFrutti Wrote: Its the border thats middle of discussions and messages.
18-01-2017, 04:50 AMZenith Wrote: notice the length of the text for the sub forum. How the second one on the bottom half is much longer. Try making them all equally short.
18-01-2017, 04:51 AMTutti Frutti Wrote: Yeah just tested it copied a long text and right click elements and it aligns itself, how can i make it auto just so it doesn't change itself.
18-01-2017, 05:00 AMDevourz Wrote: try using word break?
18-01-2017, 05:21 AMAoki Wrote: Post your forumbit_depth1_cat and forumbit_depth2_forum template here.
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <thead> <tr> <td class="thead{$expthead}" colspan="5"> <div class="expcolimage"><img src="{$theme['imgdir']}/{$expcolimage}" id="cat_{$forum['fid']}_img" class="expander" alt="{$expaltext}" title="{$expaltext}" /></div> <div><strong><i class="fa fa-bars" aria-hidden="true"></i> <a href="{$forum_url}">{$forum['name']}</a></strong></div> </td> </tr> </thead> <tbody style="{$expdisplay}" id="cat_{$forum['fid']}_e"> {$sub_forums} </tbody> </table> <br />
<tr> <td class="{$bgcolor}" align="center" width="1"><div class="forum_status forum_{$lightbulb['folder']} ajax_mark_read ficons_{$forum['fid']}" title="{$lightbulb['altonoff']}" id="mark_read_{$forum['fid']}"><i class="fa fa-comments"></i></div></td> <td class="{$bgcolor}"> <strong><a href="{$forum_url}">{$forum['name']}</a></strong>{$forum_viewers_text}<div class="smalltext">{$forum['description']}{$modlist}{$subforums}</div> </td> <td width="82px" class="trow1" align="center" style="white-space: nowrap; font-size: 10px; color: rgb(110, 110, 110); border-right: 1px solid #e1e1e1;"><div style="font-size: 14px; padding-bottom: 3px;">{$threads}</div>DISCUSSIONS<br></td> <td width="82px" class="trow1" align="center" style="white-space: nowrap; font-size: 10px; color: rgb(110, 110, 110);"><div style="font-size: 14px; padding-bottom: 3px;">{$posts}</div>MESSAGES<br></td> <td class="{$bgcolor}" align="left" width="200" style="white-space: nowrap">{$lastpost}</td> </tr>
<tr> <td class="{$bgcolor}" align="center" width="1"><div class="forum_status forum_{$lightbulb['folder']} ajax_mark_read ficons_{$forum['fid']}" title="{$lightbulb['altonoff']}" id="mark_read_{$forum['fid']}"><i class="fa fa-comments"></i></div></td> <td class="{$bgcolor}"> <strong><a href="{$forum_url}">{$forum['name']}</a></strong>{$forum_viewers_text}<div class="smalltext">{$forum['description']}{$modlist}{$subforums}</div> </td> <td width="82px" class="trow1" align="center" style="white-space: nowrap; font-size: 10px; color: rgb(110, 110, 110); border-right: 1px solid #e1e1e1;"><div style="font-size: 14px; padding-bottom: 3px;">{$threads}</div>DISCUSSIONS<br></td> <td width="82px" class="trow1" align="center" style="white-space: nowrap; font-size: 10px; color: rgb(110, 110, 110);"><div style="font-size: 14px; padding-bottom: 3px;">{$posts}</div>MESSAGES<br></td> <td class="{$bgcolor}" align="left" width="200px" style="white-space: nowrap">{$lastpost}</td> </tr>
Loading Info...