Hi there .. I am using the newest stable release as I upgraded last night. I have updated my blog skin to my new website design which has went well apart from one strange error.. after hours of fiddling I cant find a solution.
have a look at my links
http://www.wightmanweb.co.uk/
http://www.wightmanweb.co.uk/news/
you will see in my main site my footer extends to 100% of whatever page and I have applied exactly the same styles in my blog, but as you will see my footer does not stretch full screen . . .
can anyone think why? is there a footer class or the likes that is maybe conflicting with what I have ?
can anyone suggest a solution to this so I can have my footer match the rest of my website please?
#footerwrapper {
float: left;
width: 100%;
margin-right: auto;
margin-left: auto;
text-align: center;
background-color: #CCC;
border-top-width: 2px;
border-top-style: solid;
border-top-color: #015364;
color: FFFFFF;
}
#footer{
width:980px;
height: 150px;
text-align: left;
padding-left: 20px;
padding-top: 15px;
margin: 0 auto;
}
Thanks, Alan
In addition to the above I have tried all sorts to test this . . such as repetating images and large images but nothing seem to stretch out with the width of the wrapper or footer . .
I am very experienced with html & css hence why I ask if it can be something else that is stopping m footer from being seen the way the style is telling it to.
any ideas would be greatly welcomed, I have run out of ideas
Thanks to anyone who reads this, Alan