Hi I have an idea,
as far as I can understand, its not possible to insert a colour selector area without pushing sidebar content down.
I need to insert a colour selsctor fullscreen area with a icon box on – Is it possible to put that combinatoin in the footer?
The code for icon box is easy to find, but what about a scaling picture as a background – is it possible to use e.g. fullscreen slider set as background.
To other interested, I found a solution:
#footer {
padding: 0px 0;
background-image: url(http://xxxx.com/wp-content/uploads/2014/05/xxxx.jpg);
height: 430px;
width: 100%;
}