Ok, hopefully I can explain this properly! On my site, the Dark Yellow template displays great, just the way I want it on the front end.
shelters.animalhelp.com/index.php?option...eboard&Itemid=40 BUT, when you click on any of the forums that have a thread in them, the layout is messed up. By this I mean the list of threads for this forum, the topic is all squished up, # of views is huge, etc. So, I played with the CSS a little and when I changed the code below, the threads looked great, BUT the forum list was all squished up! So, I have been able to figure out that both the forum lists on the front, AND the thread lists for a forum both use this same code. But the problem is that the topic is the 3rd place item on the threads page, and the forum name is the 2nd place item on the forum list page. So, in essence one of the 2 of them must be squished because they use the same settings. Does anyone know what I can do to fix this?
[code:1]th.th-1
{
width: 1%;
}
th.th-2 { }
th.th-3
{
width: 5%;
}
th.th-4
{
width: 5%;
}
th.th-5
{
width: 30%;
}[/code:1]