Check out my website:
There's a div styled with the color #D9D9D9
This is the CSS code:
#full_bar {
background: #D9D9D9;
width: 100%;
height: 100px;
}
I want the div to span across the full width of the website and be stuck to the footer.
Any advice on how I can achieve this?
The site is built on WordPress using a specific theme.
Appreciate the help!