Hello, Maddy!
If you want to show your submenu links in one row, just update your theme to the latest version, since this feature is already added in it.
…or if you want for some reason keep the version 1.4.9.3, insert the following code into
Customizing->General->Additional CSS:
@media screen and (min-width: 600px){
.main-navigation li ul.sub-menu li a {
white-space: nowrap!important;
width: auto!important;
}
}
Regards