Currently, my navbar looks like this on a larger screen:
But here's how it appears on a smaller screen (phone):
What I'm hoping to achieve is to make the U logo on the top left disappear and align "get in touch" closer to the other elements. On larger screens, I used the pull-right class to move "get in touch" to the right. Additionally, rather than having the navbar centered, I'd like it to be spread out 100% horizontally for easier navigation.
Here's the code I'm working with currently:
http://www.bootply.com/G30iN5Ai4u
I attempted to use the .hidden-xs class to hide the logo, but unfortunately, it didn't work as expected.