Hi Guys,
I’m looking to have a full-width footer (100%) filling the whole window of the browser which will overlap the set boxed width of the page.
Essentially I’m looking to have the footer background colour run to the edge of the browser window but keep the existing width of the elements inside the footer (rather than stretch them out).
Unfortunately I can’t send a link as I’m working on a local server.
I found this answer on another support topic but the code doesn’t seem to work as the container falls within the boxed content I think.
#footer > .container {
width: 100%;
}
Any help is appreciated.
Kind regards,
Scott