Hello, my website is
http://footballmaniax.com/.
And below is how i edited that part of the stylesheet.css
I also edited the sidebox.gif to be 170px large.
PHP Code:
}
.outer {
padding-left: 185px; /* Same width as margin-left for the float-wrap div */
padding-right: 150px; /* Our right column width */
}
.inner {
width: 100%;
}
.float-wrap {
float: left;
width: 97%;
margin-left: -185px; /* Same length as .outer padding-left but with negative value */
}
#content {
float: right;
margin-right: -185px; /* Same length as .outer padding-left but with negative value */
width: 100%;
line-height:1.6;
position: relative; /* IE needs this */
Thanks a lot in advance for your help
