I'd like to put the logo upper in the mainpage, before the menues, in this order:
first of all logo, than topnavmenu, than mainmenu
via override.css naturally.
Is it possible?
#gkPageTop {min-height: 180px}
#gkPageTop > div {position: relative;top: 85px}
h1#gkLogo {position: absolute; top: -85px}