![]() |
Defined Width of trow1? - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: Extensions (https://community.mybb.com/forum-201.html) +--- Forum: Themes (https://community.mybb.com/forum-103.html) +---- Forum: Theme Support (https://community.mybb.com/forum-10.html) +---- Thread: Defined Width of trow1? (/thread-146051.html) |
Defined Width of trow1? - ChromiumPD - 2013-09-29 Greetings, i am creating a new custom theme started from the Default myBB theme... the problem is when i am creating new forums, i customized like that: if i insert more characters on title, "threads and messages" stretches... How can i set static width on each trow1? thank you very much! RE: Defined Width of trow1? - Destroy666 - 2013-09-29 Add/change style="width:xxx" or width="xxx" in <td>s which should have fixed width, in forumbit_depth1_cat and forumbit_depth2_forum templates. RE: Defined Width of trow1? - ChromiumPD - 2013-09-29 it doesn't work, already tried solved, just set width="xxx" only into forumbit_depth2_forum ![]() |