I'm working on a website with the main content area set to 95% width, but I'm facing an issue - I want the footer to be 100% width even though it's a child of the main content, which limits its width.
Is there a way to make the footer override this and take up the full 100% width without changing the body width?
I've tried placing the footer inside a div, but I haven't found a solution yet.