Not Solved odd alignment problem
#1
Not Solved
Okay it seems that my bottom two areas are set up correctly,but the top one is not aligned with them.

Here is a screeny of what I mean.

http://i50.tinypic.com/24qs4kp.png
My Site - Support For My Themes
If you would like a Custom MyBB Theme PM me Smile.
Reply
#2
Not Solved
It's because of the forum descriptions. The very last one one the second category is longer than all the rest so the width of that column is going to be bigger.

You can change this by replacing Forum Bit Templates > forumbit_depth2_forum with this code:
<tr>
<td class="{$bgcolor}" align="center" valign="top" width="1"><img src="{$theme['imgdir']}/{$lightbulb['folder']}.gif" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" /></td>
<td class="{$bgcolor}" valign="top">
<strong><a href="{$forum_url}">{$forum['name']}</a></strong>{$forum_viewers_text}<div class="smalltext"><span class="forum-desc">{$forum['description']}</span>{$modlist}{$subforums}</div>
</td>
<td class="{$bgcolor}" valign="top" align="center" style="white-space: nowrap">{$threads}{$unapproved['unapproved_threads']}</td>
<td class="{$bgcolor}" valign="top" align="center" style="white-space: nowrap">{$posts}{$unapproved['unapproved_posts']}</td>
<td class="{$bgcolor}" valign="top" align="right" style="white-space: nowrap">{$lastpost}</td>
</tr>

And then add this anywhere into your CSS:
.forum-desc {
width: [your specified width here];
}
Obviously replacing the phrase in braces to your own width.
Reply
#3
Not Solved
Okay that fixed the problem,but now all the sections are double.

Meaning I have 2 intro areas,2 tv chat areas,etc...

Edit: NVM it is still messed up.
Reply
#4
Not Solved
Can you give me a link to your forum?
Reply
#5
Not Solved
http://twitchismental.net16.net/

Edit: and the theme is test theme on the quick theme chooser.
Reply
#6
Not Solved
bump anything??
Reply
#7
Not Solved
Add me on msn, will sort it for you. [email protected]
Reply
#8
Not Solved
Added you .
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)