Status
Not open for further replies.

Trekkan

Customer
So for a while now, if you have the shoutbox scrolling with the newest items on the bottom, the last line is sometimes cut in half. I haven't been able to figure out an exact cause of this in that some browsers display fine, and even some browsers with the exact same version show different results (looking right, as opposed to cut off).

Anyway, I made the following change to the template (in green): dbtech_vbshout.css

Code:
.formcontrols .blockrow .dbtech_shouts .dbtech_vbshout_window {
	border-left:{vb:stylevar blockhead_border};
	border-right:{vb:stylevar blockhead_border};
	border-bottom:{vb:stylevar blockhead_border};
[COLOR=#008000][B]        padding-bottom: 8px;[/B][/COLOR]
}

All this does is add 8 pixels in padding to the bottom of the shoutbox window. Kind of a clunky solution, but it's a solution. =)
 
Upvote 0
This suggestion has been closed. Votes are no longer accepted.
Status
Not open for further replies.
Back
Top