MyBB Community Forums

Full Version: CSS problem in category view
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi friends, first sorry for my english, im using google translate.

I have problem in my forum, i put ficons plugins and new messages icons made by me.

It looks good with the forum overview.
It is:
[Image: capturagh.png]

But when i click in my category, for view forums in this category, looks like:
[Image: captura2a.png]

Anyone can help me? Sad

Very thanks in advance!!

Regards Big Grin

URL?

Or post your forumdisplay_subforums template here.
Sorry, im made this forum in my localhost for upload when done.

This is my forumdisplay_subforums:

<div class="thead_main"><div class="thead_left"><div class="thead_right"><div class="thead_text">
<strong>{$lang->sub_forums_in}</strong>
</div></div></div></div>
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="tcat" width="2%">&nbsp;</td><td class="tcat" width="2%">&nbsp;</td>
<td class="tcat" width="59%"><span class="smalltext"><strong>{$lang->forumbit_forum}</strong></span></td>
<td class="tcat" width="7%" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_threads}</strong></span></td>
<td class="tcat" width="7%" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_posts}</strong></span></td>
<td class="tcat" width="15%" align="center"><span class="smalltext"><strong>{$lang->forumbit_lastpost}</strong></span></td>
</tr>
{$forums}
</table>
<div class="tfoot_main"><div class="tfoot_left"><div class="tfoot_right"></div></div></div>
<br />

Thanks!
Delete one instance of:
<td class="tcat" width="2%">&nbsp;</td>
This WORKS!!!!

Big THNKS Alan!!

You are the best xDDD

ty^^

SOLVEDToungue
Sorry, but i need 1 more fix >.<

In my forum general view i see this :
[Image: captura6n.png]

the bar is rounded but in category view:
[Image: captura4j.png]

Not rounded Sad

how i do Sad?

Thanks again!!