The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
hey, i notice that my tables are misaligned as shown in the picture.
![]() is there a way to align them to stay a certain dimension? thanks |
|
#2
|
|||
|
|||
|
Me too! Someone answered with this, but I didn't get a chance to try.
Quote:
|
|
#3
|
|||
|
|||
|
nope, it's still off even with that modification. that only changes the dimensions of the table grid inside forums. not the whole forum itsself
|
|
#4
|
||||
|
||||
|
You can't line them up globally with one attribute, as they are separate tables, and are not joined. You just need to set the maximum width, something large, like 300px.
|
|
#5
|
|||
|
|||
|
where can i do that? in the "forumhome_forumbit_level2_post" and "forumhome_forumbit_level1_post" files? thanks
|
|
#6
|
|||
|
|||
|
You can have them perfectly aligned, but the trade off is it'll have to be a fixed width. If that's not a concern, just remove the percentage and use a set width. The left td will just scale to fill in the space.
|
![]() |
|
|