Greetings,
I have this for my header image:
#header {
background: #ffffff url('http://imageurlhere');
background-attachment:fixed;
background-repeat:no-repeat;
}
but somehow all my content passes over it like this here
how can i make content pass below it please? this should be so easy but i'm no great expert.
thank you in advance.