I\'m currently switching my website over to Bootstrap 3.0. I\'m having an issue with form input and text formatting. What worked in Bootstrap 2 does not work in Bootstrap 3.
In Bootstrap 4 for Horizontal element you can use .row with .col-*-* classes to specify the width of your labels and controls. see this link.
.row
.col-*-*
And if you want to display a series of labels, form controls, and buttons on a single horizontal row you can use .form-inline for more info this link
.form-inline