Hi carlucci
To show all items in a single line, you can reduce the spacing between them:
@media (min-width: 1200px) {
.t4-megamenu > .navbar-nav > li {
margin-left: 3px !important;
margin-right: 3px !important;
}
}
and change to your desired value.
However, I think you should consider to group items in the main menu as show all items with this way will not look nice.
Regards