Example as follows to override the styling.
Code:
.cb_template .cb_form_line .control-label {
width: 25%;
float: left;
}
.cb_template .cb_form_line .cb_field {
width: 75%;
float: left;
}
This can of course be as specific as you want only styling a specific tab for example based off what selectors you supply. The below for example only applies it to the main tab position of the canvas layout.
Code:
.cb_template .cbPosCanvasMainMiddle .cb_form_line .control-label {
width: 25%;
float: left;
}
.cb_template .cbPosCanvasMainMiddle .cb_form_line .cb_field {
width: 75%;
float: left;
}
You can use CBs built in CSS override functionality below to load in the custom CSS.
www.joomlapolis.com/blog/kyle/18711-template-css-overrides-made-easy