user2281858
user2281858

Reputation: 1997

Align Fieldset in bootstrap 3

Take a look at this Bootply example.

I want the Fieldset 3 to move upwards just below Fieldset 1 and align with Fieldset 2.

Upvotes: 0

Views: 1844

Answers (1)

Charles Ingalls
Charles Ingalls

Reputation: 4561

You might want to wrap the forms one and three within the same container which floats next to the container with the second form. Have a look at this:

http://www.bootply.com/10SXxmv9Xf

Upvotes: 1

Related Questions