enter image description hereブートストラップタグ入力とボタンの位置合わせ
私はウェブサイトを作成しようとしていますが、私は、CSSやHTMLに新しいですので、私は苦労それをやってを持っています。だからここに問題がある。 写真では、「原料を含むと除外する」と「+」と「 - 」の2つのバーを一緒に添付する必要がありますが、そうではありません。誰かが私を助けてくれますか?ここで
は、HTMLコードです:
<div class="well well-white well-sm hidden-sm hidden-xs menu">
<div class="input-group">
<input type="text" class="form-control" value="" data-role="tagsinput" id="includeIngredientsLG" placeholder="Include ingredients">
<span class="input-group-addon">
<span class="glyphicon glyphicon-plus"></span>
</span>
<input type="text" class="form-control" value="" data-role="tagsinput" id="excludeIngredientsLG" placeholder="Exclude ingredients" style="margin-left: 3px;">
<span class="input-group-addon">
<span class="glyphicon glyphicon-minus"></span>
</span>
</div>
</div>
必要とされている? –
ところで、ウェブサイトが小さくなると、その検索バーのサイズを減らすことができる方法はありますか? –
ありがとうございました!!! –