Hi i am using a modiffed version of mybb gamer theme and in the ucp it has a personal note pad but its about 20 pixels wide with normal height where do I change it?
.usercp_notepad maybe in the usercp CSS.
Mine shows
.usercp_notepad {
width: 50%;
}
.usercp_notepad {
width: 50%;
}
Depending on your theme, you may need to use a different percentage so if 50% doesn't look right, just play around with it. The default MyBB notepad width is 99%.
Hi,
Here is simple & always working Method that I do use,
Edit Template "usercp_notepad"
Find:
cols="1"
Replace 1 into 99
i.e.
cols="99"