grumblemarc wrote:
I've seen that issue mentioned early on in the thread (maybe an errant thread?). No fix was ever presented? Odd that it was not mentioned again since.
This was a response you'd made about the spacing between the tabs and the top of the forum box itself... Actually I came across that problem myself and spent almost 8 hours pulling every strand of hair out of my head - only to smack myself in the forehead when the answer was staring me right in the face.
The tabs usually get their cue from the main template's (not Numinu's) tags. There's a very simple fix for this (too bad it took me a whole day to figure it out! LOL)... In the forum.css file, simply make sure you have the following in the top part of the template, right under the '#fireboard th' tag:
| Code: |
#fireboard ul {
list-style:none;
}
#fireboard ul li {
margin:0;
padding:0;
background:none;
line-height: 140%;
}
|
For some templates you may have to fiddle with the line-height, but this will solve the problem!
Now I have to re-read 30 pages of messages to figure out why my vCard still isn't working. LOL
Hope that helps *somebody*.
Dave