Quote:
Originally Posted by Stunner Inc.
Is there a way to make it a bit Taller like the normal shoutbox? With it showing barely 2 shouts at a time makes it a hassle to scroll down to see the earlier messages.
|
Sure, to make it the same size as the one on the forum
In the arcade template
Find:
Code:
<div id="vbshout" style="overflow:auto;height:46px;width:100%;">
Replace with
Code:
<div id="vbshout" style="overflow:auto;height:100px;width:100%;">