The site I am working on is http://sumsolutions.com.au. As you can see I want my image that I have to be fixed to the bottom and my menu and logo to be above the grey colouring.
Is it possible to do this? I have already added the following CSS:
.x-colophon.bottom {
background: url(http://sumsolutions.com.au/wp-content/uploads/2017/08/Footer-250.jpg) no-repeat;
background-size: 100%;
margin-bottom: 0px;
}