Here’s the CSS used to stick the menu to the bottom initially if it helps.
@media only screen and ( min-width: 981px ) { #main-header.original { position: absolute; bottom: 0; top: auto !important; } .et_header_style_left .logo_container { left: 0; } #logo { padding-left: 30px; } }