Quote:
Originally Posted by kall
I'd say it's because the thread title is <h1>'ed .. try defining the h1 class in your custom css styles and make sure to define the padding.
|
Yep, I am right... except for the padding part.
In your .css :
Code:
h1
{
color:#FFFFFF;
font-size:150%;
margin-top: 20px;
margin-bottom: 20px;
}
Change the 20s to 5s and it looks a lot nicer.