Need assistance with my bootstrap layout.
Prior to the 980px breakpoint, the right column wraps under the left column. I want it to remain in its position without wrapping.
The challenge is ensuring the left column has a fixed width while allowing the right column to adjust its width based on the elements within the form, preventing overlap when the browser viewport is resized. The horizontal form contains multiple elements on the same line (some omitted for brevity).
I suspect the col sizes of my form-group elements are incorrect...
If possible, please make adjustments in this CodePen: http://codepen.io/krystyna93/pen/GZzqrq
<!-- CSS Snippet -->
<!-- HTML Form Structure -->