Just to add a little to the solution above, we realized it ended up making our desktop version a little different since we had two top menus so we ended up with this code:
@media all and (max-width: 980px) {
#page-container {
padding-top: 0px!important;
overflow-x: hidden;
}
}
That worked perfectly Rui! Thank you for your help :).