Background image doesn't extend into the footer.

OldCoals

Active member
I have set a background image by add the following into the extra.css

Code:
#headerMover
{
    background-image: url("my-url") !important;
}
#headerMover #headerProxy, #header, #content
{
    background-color: transparent !important;
}

That works except for the fact the image doesn't extend into the footer.

How can I do this please?
 
You should just use the style property "HTML"

Style Properties -> General -> HTML

Remove any background color from the header property

Style Properties -> Header and Navigation -> Header
 
Top Bottom