MyBB Community Forums

Full Version: Resize the DVZ shoutbox for guests [Solved]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello everyone!

I would like to resize the shoutbox view for guests.

Here is the screenshot

[attachment=40220]

After loggin in,the size is ok as following screenshot:

[attachment=40221]

Many thanks.
Is it difficult?
Where is your shoutbox located?
On the main page..

Can someone help me please?

I am using the DVZ Shoutbox with the latest Mybb version.

Thanks a lot

Is it impossibile?
Nobody can help?
Moved to Plugin Support.
Thankyou.................
Ok,i did it alone!

Go to global.css

and search for

#shoutbox .window {

then


at the end of border-top: solid 2px rgba(0,0,0,0.1); overflow-y: scroll;

add

width: 100%

Enjoy!