Best of joomla gives you news, joomla templates, tutorials and websites about Joomla , FireBoard and FireMessage official page.
| No account yet?   |
The FireBoard forum component development is still going on. In order to get better, FireBoard will be moved from the Best of Joomla website.
During this transition period, the forum in Best of Joomla will be closed to new posts.
Welcome, Guest
Please Login or Register.    Lost Password?
FireBoard Manual Latest release discussions Download FireBoard
CSS problems with Dark Yellow template - HELP! (1 viewing) (1) Guest
TOPIC: CSS problems with Dark Yellow template - HELP!
#15186
CSS problems with Dark Yellow template - HELP! 1 Year, 5 Months ago  
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]
jwitte (User)
Fresh Boarder
Posts: 9
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#17093
Re:CSS problems with Dark Yellow template - HELP! 1 Year, 5 Months ago  
I had the same problem with the dark blue template. Any help would be great.
humanbeing (User)
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#17096
Re:CSS problems with Dark Yellow template - HELP! 1 Year, 5 Months ago  
Dark Blue and Dark Yellow templates are designed for Fireboard v1.0.0. There were significant changes in template design between that and current versions.
palebluedot (Moderator)
FB Documentation Team
Template Documentation Project
Moderator
Posts: 622
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Location: Minneapolis, MN US Birthdate: 1973-01-12
Logged Logged
 
 
 
Go to top