Column alignment

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • SoonerDude
    New Member
    • Mar 2007
    • 3
    • 3.6.x

    Column alignment

    Can someone direct me to where I need to go in the templates to set a defined width on these columns? (see screenshot)

    Also notice the columns for "Threads" and "Posts" are not lining up properly either.

    Thank you very much.

    Attached Files
  • Zachery
    Former vBulletin Support
    • Jul 2002
    • 59097

    #2
    You'll need to customize your style further to make it lineup as you want, generally this requires custom coding per site/style.

    Comment

    • CyberAlien
      New Member
      • Mar 2002
      • 24
      • 3.6.x

      #3
      In templates forumhome, forumhome_forumbit_level1_nopost and forumhome_forumbit_level1_post find code similar to this:
      Code:
      	<tr align="center">
      	  <td class="thead">&nbsp;</td>
      	  <td class="thead" width="100%" align="$stylevar[left]">$vbphrase[forum]</td>
      	  <td class="thead" width="175">$vbphrase[last_post]</td>
      	  <td class="thead">$vbphrase[threads]</td>
      	  <td class="thead">$vbphrase[posts]</td>
      	  <if condition="$vboptions['showmoderatorcolumn']">
      	  <td class="thead">$vbphrase[moderator]</td>
      	  </if>
      	</tr>
      and adjust width of those columns. I suggest to remove width="100%" from second column and set fixed width to other columns.
      vBulletin and phpBB styles | My Forum
      My Styles: CA Evo, CA Morpheus
      sigpic

      Comment

      widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
      Working...