Hi,
You don’t want the mobile menu, right?
Try this
@media only screen and (max-width: 767px){
#mobile-navigation{
display: none;
}
#main-navigation{
display:block;
margin-top: 20px;
}
}
remove the code that Ben sent.
PS: Sorry for a late reply.
Let me know, what you got.
Thanks,
laranz.