aligning bootstrap text boxes using horizontal form

Multi tool use


aligning bootstrap text boxes using horizontal form
I am working on a long form with several input fields and i was trying to align an horizontal form.
On first row, there are 3 fields (col-md-4) and on the second row there have two fields (col-md-8 and col-md-4). How do i get the text boxes right aligned?
1 Answer
1
Apply a text-align: right
style to the "Middle Name" and "City" columns.
text-align: right
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.