I am trying to make the central box higher. I managed to make it wider, but on smaller screens it is too narrow to, so I want it to be closer to the menu and the lower part closer to the bottom. I could not find it in the CSS files, but then I am not very CSS inclined.
Thanks, now it has just moved the box upwards, but did not change the size. If I set the size to px, then either I will have a central box too small or oversize on certain screens. How can I get the auto size to be larger? padding-bottom unfortunately did not work. Jan
If you want to change the height in auto mode, so do this:
Open js / scripts.js and edit the line 883 (this code): var centerBoxHeight = winHeight - 230 - $j(".footer").height(); And change the value "230" to some less value.