How To Adjust Chat Box Height On Home Page

Here's the code that will enable you to adjust the height of the Ning Chat Box when you have installed it on the home page. The Signed-out code is optional. Keep in mind: when you make edits to your CSS on a Ning site, it takes up to 20 minutes for Signed-out edits to be reflected.


Adjust this code to suit your needs, and add to:
My Network/Settings/Appearance/Advanced CSS


/*Adjust Chatbox Height*/

#appletContainer {
height:318px;
}

.xg_widget_main_index_index #chatSwf {
height:310px;
margin-bottom:0.5em;
}

.xg_widget_main_index_index .module_chat embed {
height:310px;
margin-bottom:0.5em;
}
/* Remove Chat xg_module_head Title */
.xg_module_head.xj_head {display:none!important;}
/* End Chatbox Adjustments */


/* When Signed-out - optional */
.xg_widget_main .xj_chat_module {height:310px!important;}
.module_chat .signed-out {top:120px;}

/* Add black border to Ning Chat - optional */
.xg_module_body.body_right {border:1px solid #000000;}
/* End Chatbox Adjustment */

 

 

Enjoy!

Jen

Views: 310

Replies to This Discussion

Cool! thanks Jen.

Damen
Glad you like it!

We actually need to thank Vaqz of Ning For Dummies.

He worked on a project for me, and came up with this code.

;-)
Thanks Jen
Thank you..This is a great tip
Glad you like it!
:-)

How do you make the Chat box black?

 

Thanks!

 

Danny White

Anointed Fighter

Hi Danny,

I don't think that's possible, since it's a flash module.

Best,

Jen

Thank you for your quick response Jen!  

 

Danny White

Anointed Fighter

RSS

Members

© 2024   Created by JenSocial.   Powered by

Badges  |  Report an Issue  |  Terms of Service

Home
VIP Ning Tips