Quote:
Originally Posted by ForgotenDynasty
The one in the top title bar or the list of them in view forum.
|
The list view. Anything longer than about 60 characters goes onto three lines and looks awful as it over laps the threads above and below.
EDIT: Found the problem. It was in the advanced CSS. I removed the below. I'll add it back and find the perfect settings later.
a.topictitle {
font-size:17px;
font-family: Helvetica;
color: #000000;
display: block; /* Sets the href to be a block rather than inline */
/* The padding properties adjust the text content within the href block */
padding-top: 8px;
padding-right: 8px;
padding-bottom: 8px;
padding-left: 58px;
/* The margin properties adjust the size of the href block */
margin-top: -14px;
margin-right: -0px;
margin-bottom: -14px;
margin-left: -50px;
text-decoration: none;
color:black;
}