View Full Version : changing align of main box
erk1n
03-17-2008, 05:27 PM
it's center as default.
I want to make it LEFT
how can I do this?
Micha
03-17-2008, 05:52 PM
Go to your themes\default\css\layout_default.css stylesheet.
On line 5 change text-align from center to left:
text-align: left;
On line 10 remove "auto" value from margin property:
margin: 0px;
That should give you left aligned layout.
erk1n
03-17-2008, 08:48 PM
Thank you Micha.
I was trying to change only LINE 5. That's why I could not make it.
I read many topics in customizations & templates forum. You are vivvo customization guru!
Thanks again :)
Micha
03-18-2008, 09:15 AM
No problem :)
vBulletin® v3.8.4, Copyright ©2000-2013, Jelsoft Enterprises Ltd.