MyBB Community Forums

Full Version: Excess in the Theme
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[Image: 2h87g5v.png]

I don't know how to explain it. The image with blue circle that I encircled, I want it fix, it excess from the border.
What do you mean by "excess from the border".
You should notice the line up to the thead. It's not straight or equally fit.
If you are talking about the thead border - there is a line, being more invisible because of the dark back of the thead. If it is the issue, you may like to darken the thead border (or it is appearing more like border of tborder) to make it more visible.
im sorry how could I do that i am stupid in css. sorry.
In your global.css try finding this:

.thead {
border: 1px solid #999999; /* or some other color hash */

And darken the color hash to something like "#333"

If there is no "border" under ".thead" then try darken the color hash under ".tborder".