Cannot change width of shoutbox

I'd like to have it on my sidebar, which is set to 300px, but the shoutbox is getting cut off, width wize. I've moved the slider of the column,  read that will make the shoutbox readjust, but it's  not working. I have cleared cache too. You can see in the photo what I'm referring to. Any help would be appreciated. Thanks.

 

Quote · 11 Jul 2011

modify in the file : shoutbox.css

 

modules/boonex/shoutbox/templates/your template/css/shoutbox.css

    div.shoutbox_wrapper {
        height:300px;
        background-color:#fff;
        border:1px solid #DADADA;
        overflow-x:hidden;
        position:relative;
        padding-top:5px;
    }

change

height:300px;

 

 

Bosun / Moderator -- My Products : http://www.boonex.com/market/posts/danielmarseille
Quote · 11 Jul 2011

That's height, I need to adjust the width. I tried adding height:300px; to the css, but that didn't help. I did manage to change the textbox via css, but that's it.  I noticed that it appears correctly when not logged in, but displays wrong ONLY when logged in. I can't figure that one out

Quote · 11 Jul 2011

it's strange because

Normally the width is automatically adjusted

it is possible to have the address of your site - to see

try adding  :width:323px;

modules/boonex/shoutbox/templates/your template/css/shoutbox.css

 
    div.shoutbox_wrapper {
        height:300px;
        width:323px;
        background-color:#fff;
        border:1px solid #DADADA;
        overflow-x:hidden;
        position:relative;
        padding-top:5px;
    }

Bosun / Moderator -- My Products : http://www.boonex.com/market/posts/danielmarseille
Quote · 11 Jul 2011

www.bikerunity.com you will see it's fine when you're not logged in, but when you log in, it changes

user: testing

password: testing

 

I tried it with another template, same thing. I've uninstalled and reinstalled, but nothing helps. It's usable, I'm just a stickler for details. I just noticed the links on the public groups block isn't working either, Guess I'll have to make a seperate post for that.

 

Thanks

Quote · 11 Jul 2011

there is a problem with one of the blocks above the Shout Out

try to move higher

Bosun / Moderator -- My Products : http://www.boonex.com/market/posts/danielmarseille
Quote · 12 Jul 2011
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.