label {
float: left;
}
The above CSS will position ALL label elements to the left.
But this leads to the scroll bar appearing for sections containers of the controls, the solution is to attach a custom HTML css class to the section and add a min-width of say 400px to it, this will take care of the scrolling.