Menu position in Chrome vs Safari and Edge

Hi- Sparking is a great flat theme. I added a <div> in the menu names to wrap a long title. That works great in chrome, but in safari and edge the top menu bar wraps to a new line as if the <divs> weren’t active. Site is weamend.us

Is there a simple fix?

Thanks again

All fixed. Problem was a missing “>” and I added to css

.nav.navbar-nav {
float: left;
}

I will close this case now, Feel free to contact us again if you have other questions Thanks!