Quote:
Originally Posted by johkalhaups
What did you edit to "block the body width"?
|
I do not remember now, sorry
(I found the answer on google)
Quote:
Originally Posted by MudRacing
Hello,
I blocked the body width... now, how to center the body and title as the background?
Is it possible?
Thanks
|
the answer to my question:
in
vbulletin.css find:
Code:
margin: {vb:stylevar doc_margin};
and replace with
Code:
margin-left:auto;
margin-right:auto;