As far as I’m aware with the default inspector you can not. But you could easily write a custom editor to make it look pretty. You can use GUILayout.Space (10); to add some space between elements in the inspector.
Thanks guys. I’m so new to unity (and C#) that I’m just going to bite the bullet and deal with clutter. Im about 75% done with my game, so at this point I can deal. I’ll try using something different for the next one!