Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Stop Cutting Off!!!!!!!!!!


chrishajer
Participant

@chrishajer

In style.css, can you do something like this:

.threadauthor {

margin-top: -20px;

margin-left: -110px;

/* overflow: hidden;*/

position: absolute;

width: 95px;

}

So, no more hidden overflow and move the threadauthor up 20px, which lets it bleed over to the right into the post area, but it doesn’t overwrite any text.

For the few instances where the author is too long, this might be a good solution. In my forum, less than 5% of the users have used a long name.

Another solution would be to make the font smaller or tighten up the font spacing, or even jigger the widths of the columns, but those are more major surgery for a simple display problem.

Skip to toolbar