Quote:
Originally Posted by kavehch
hi thanks
but the fluid xml not aligen center plz center this temp and space betwen Category and Last pot very Little ( please View attach file )
and plz psd from buttons
thanks a lot
|
Everything is fine on my monitor but heres the solutions for your problems:
fluid xml not align center
In additional css section of style find:
Code:
#wrapper
{
width:100%;
text-align:left;
margin:10px auto 0;
}
Replace
with a smaller %
You may have to do this for "#footer" aswell
Last post very Little
Open "forumhome_forumbit_level1_nopost" template find:
Code:
<td class="thead" width="48%" align="$stylevar[left]">$vbphrase[forum]</td>
<td class="thead" width="34%">$vbphrase[last_post]</td>
<td class="thead" width="9%">$vbphrase[threads]</td>
<td class="thead" width="9%">$vbphrase[posts]</td>
replace each
with your desired width, remember that all 4 %should = 100%