私はフロントエンドの開発では強くない:)私はフォームを作成するためにブートストラップを使用しています。しかし、それはよく見えません。入力フォームを1列に整列させるにはどうすればよいですか?入力フォームの配置方法は?
<form>
<div class="form-group form-inline">
<label for="exampleInputPrice" class="personal-form-labels">Purchase Price</label>
<input type="text" class="form-control" id="exampleInputPrice" placeholder="$$$">
</div>
<div class="form-group form-inline">
<label for="exampleInputLoan" class="personal-form-labels">Loan Amont</label>
<input type="text" class="form-control" id="exampleInputLoan" placeholder="$$$">
</div>
<div class="col-md-12 text-center block-buttons">
<button type="submit" class="btn btn-primary btn-lg">Continue</button>
</div>
</form>
[編集](https://stackoverflow.com/posts/47937132/edit)あなたの質問コメントを追加するのではなく、また、どのブートストラップバージョンを使用していますか? –
入力してfloat:right属性を入力するクラスを追加することができます。これは – sauero
@chade_でした。 4 ver。 –