how can i reduce it so a background can be seen?
how can i reduce it so a background can be seen?
As with any template, you need to go to your template's stylesheet.css file and change the width of #mainWrapper.
been there cant find it
In includes/templates/glacial_age/css/stylesheet.css
#mainWrapper {
margin: 0 auto;
padding: 0;
background: #ccccff;
border: 1px solid #000;
text-align: left;
width: 90%;
vertical-align: top;
}
that only changes it to 60% go see it http://www.theiceteamservice.com as you can see only the lower part changes not the whole
What do you want to change it to? You can select a % as you have now, or a number of px.
i have try both, i want to see a background like in http://www.winnershosting.com
by default the glacial age template has a background included.
body {
margin: 0;
padding: 0;
font: normal 62.5%/1.3em Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #000000;
background: url(../images/bckgrdoverlay.png) #ccccff;
}
If you've made changes to the stylesheet then follow the example above to add your own background image.