Problem with bootstrap field alignment

Asked

Viewed 66 times

1

I’m facing a problem I can’t solve.
What I wish seems to be simple, align the small field well below the written amount, I did some tests with methods I saw by the master google, but the field insists on being caught in the middle.

<!-- Caixa Quantidade -->
    <div class="row">
        <div class="col-md-2">
            <form id="formExemplo" data-toggle="validator" role="form">
                <div class="form-group">
                    <label for="textNome" class="control-label"></label>
                    <input id="textNome" class="form-control"
                           placeholder="" type="text">
                </div>
            </form>
        </div>
    </div>
<!-- Fim caixa Quantidade -->
  • Missing a column in the tr of the while, no? Header has 4, body has 3.

  • Well I checked it seems not, the biggest problem is how to align, the quantity box does not move anywhere.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.