user1353519
user1353519

Reputation: 71

How to auto adjust DIV height of Bootstrap?

Here is my demo on bootply

http://www.bootply.com/apMYKUW4mn

What I need is when left side having more content right side height should adjust automatically vice versa.

I am using bootstrap 3

Any ideas how to get rid of this issue?

Thanks

Upvotes: 0

Views: 1580

Answers (1)

Carol Skelly
Carol Skelly

Reputation: 362380

You can use CSS flexbox like this to equalize the height of the cols..

http://www.bootply.com/POKBGzu0Ym

Upvotes: 1

Related Questions