I'm currently facing an issue with aligning a form group in Bootstrap 3.
My goal is to have them aligned vertically, but I am struggling to achieve this. Any help would be greatly appreciated!
Please refer to the screenshot below for reference:
Here is the code snippet of the form:
<div class="container">
<h1>Edit Profile</h1>
<hr>
<div class="row">
...
</div>
</div>
Below is my CSS sheet:
/* CSS declarations go here */
...