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:
It should be inside the black border, not outside.
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.3 additions → 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:
It should be inside the black border, not outside.
What black border?
I exaggerated the black and bordered it with red. The textbox should be inside that border. Refresh the image to see it.
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
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.
PunBB Forums → PunBB 1.3 additions → Topic subject textbox
Powered by PunBB, supported by Informer Technologies, Inc.