That’s because the <header> has just been made hidden using CSS. You need to make sure that <header> is removed.
Check this screenshot: http://screencast.com/t/M68GpHsNHEv8
Hi Rajesh,
Thanks for your help and the screenshot. I think I see what you mean. But where can I remove it from? Is it in the style.css file?
Thanks again 🙂
No, it must be in some .php file under your theme folder. Have you checked home.php?
Erm… I can’t seem to find a home.php file :-/
I’ve just had a look on your site, and I think the white space is caused by many things, a lot with the margins.
You have the navigation layer, followed by clearers, margin-bottom, and generally empty layers.
However, the main culprit for the white space is content area, the container.
Hi Quin,
Thanks for your thoughts. Any advice on how I go about changing it?
In my weaver admin area, I’ve got the padding and spacing for the content area set as 0 for top and bottom, and this doesn’t seem to have made a difference.
I don’t know if you’re familiar with weaver, but I’ve discovered that below the top navigation bar the is an ‘info bar’ which holds the breadcrumbs, and you can put a search box and stuff on it. I think this is what’s causing some of the space – because I’ve got nothing in the info bar, it’s just left as white space.
But I think you’re right – there is also some white space at the top of the content area.
Thoughts on how to remove either/both would be very welcome 🙂
Additional…
I’ve just been having a bit of a play around and seem to have sorted the problem on all except the homepage.
I thought maybe it would be something to do with the slider, but I’ve also got a slider on another page (http://www.love-yourself-naturally.com/freyaluna-skincare/face/) and that isn’t having the same issue. The spacing on the homepage seems to be about double that of other pages.
I just can’t figure it!
Thoughts?
If it works on all but one page, then find out what is on that page which isn’t on the others.
It could be an extra div sneaking in, it could be the styling.
Your coding is very complex, so it isn’t easy to skim through it.