PDA

View Full Version : How do I stretch the template a little?


Ultima07
03-08-2009, 02:27 AM
Note how these two templates are different?

http://tamildo.com/forum/index.php

http://www.vbstyles.com/demo/index.php?styleid=44

What I want to do is stretch my template to look it the way it is on vbstyles. Anyone know how to do this? Any help is much appreciated.

Lynne
03-08-2009, 03:53 AM
In your style:
.outer_border {
border-left:5px solid #C0DDFF;
border-right:5px solid #C0DDFF;
margin-left:auto;
margin-right:auto;
width:772px;
}


In their style:
.outer_border {
border-left:5px solid #C0DDFF;
border-right:5px solid #C0DDFF;
margin-left:auto;
margin-right:auto;
width:962px;
}




So, you need to change that class. If you don't know where to do that, you'll have to ask wherever you got the style because that is not a default vbulletin class.

Ultima07
03-08-2009, 01:36 PM
Ah.. I just searched that on the xml file and re uploaded it. Thanks