MyBB Community Forums

Full Version: User cp issue
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
2 Questions.

1-In my theme I noticed the usercp notes text area is WAY to small, how do I enlarge it?

2-This theme, pronavy, came with google ads in the header, they dont profit me so how cna I remove them?
Make sure your usercp.css has this class:

.usercp_notepad {
	width: 99%;
}
I added that to the bottom of the usercp.css but nothing, the only css code for notepad is this.

.usercp_nav_notepad {
background: url(images/usercp/notepad.gif) no-repeat left ;


Thanks I got it!