citybuzzmag You can try one of following custom css rules:
/*Full screen for Videos page of Jomsocial only*/
.com_community.view-videos .container.t3-mainbody {
width: 100%;
}
/*Full screen for all Jomsocial pages*/
.com_community .container.t3-mainbody {
width: 100%;
}
/*Full screen for all pages*/
.container.t3-mainbody {
width: 100%;
}