Topic: Topic subject textbox

I need to know where can I edit the CSS for the Topic subject textbox because it looks like this in my website:

http://forum.theredrealm.com/textbox.jpg

It should be inside the black border, not outside.

Re: Topic subject textbox

What black border?

Re: Topic subject textbox

I exaggerated the black and bordered it with red. The textbox should be inside that border. Refresh the image to see it.

Re: Topic subject textbox

This is also being asked in this thread. The solution that worked for me which you can try is to add the following to your .css file:

#brd-postedit #fld1,
#brd-postedit #fld2,
#brd-postedit div.longtext #fld3,
#brd-post #fld1,
#brd-post #fld2,
#brd-post div.longtext #fld3 { width:90%; }

That should change the size of the input fields on the "Post new topic" and "Edit topics" pages smile

5 (edited by iniara 2008-12-10 00:54)

Re: Topic subject textbox

Thank you so much, it looks tons better. It was really bothering me. I also changed the size of the textboxes for the pun_pm extension, just edit the functions.php file and change the size=80 to whatever you want.