Skip to content
Loading
How to align your texbox accordingly same width?  
  •   
  • class="row">  
  •                      for="Address">Address  
  •                      class="input-group col-md-6.9 col-md-offset-6 col-sm-6 col-xs-6">  
  •                          class="input-group pull-left">  
  •                                            
  •                              @Html.TextBoxFor(m => m.Address, new { @class = "form-control", type = "text", id = " street address", autofocus = "autofocus", placeholder = "Street Address", required = "required" })  
  •                              class="input-group-append">  
  •                                  class="input-group-text">  
  •   
  •                                    
  •                                
  •   
  •                            
  •   
  •                        
  •                    
  •  

    1 Reply

    Know the answer? Post it — somebody with the same question will find it here.