www.pazzle.co.uk
thats my site ^^^
Im just trying to get my logo, and my navmainwrapper div above the white space, so it looks more like this...
Any help appreciated
www.pazzle.co.uk
thats my site ^^^
Im just trying to get my logo, and my navmainwrapper div above the white space, so it looks more like this...
Any help appreciated
Last edited by Inxie; 4 Sep 2012 at 11:23 AM.
I tried moving headerWrapper div to just before the mainWrapper, it did work but the logo went all the way to the left and the search bar + links went to the right.
Still having problems, any help welcome :)
In stylesheet.css
Delete background-color of #mainWrapper, or set it to transparent
Delete background-color of #navMainWrapper, or set it to transparent
Add background-color to #contentMainWrapper - you need to create a separate rule for it
Delete width from #headerWrapper
absolute genius.. even using devtools I couldn't work out how to do it in the stylesheet. Thank you!
You're welcome, glad it helped.