So you're wanting your menu to show across the screen, and not a drop-down correct? You can try this -just paste it into your custom css box in theme options > advanced settings:
@media (max-width: 992px) {
#nav-second ul.sf-menu {display: inline;}
}
Let me know if that works for you!
Hannah