Topic: Equal Height Columns
adlib pro asked 7 years ago
Ollie Vincent pro answered 7 years ago
adlib pro answered 7 years ago
adlib pro commented 7 years ago
I'm waiting for the answer. Still. :)jivancic pro commented 7 years ago
I am also interested to hear .. what's the solution for that !Ollie Vincent pro commented 7 years ago
Look below :)adlib pro answered 7 years ago
Bartłomiej Malanowski staff commented 7 years ago
Please share your code with usadlib pro commented 7 years ago
<code> <section> <div class="row"> <div class="col-md-8 mb-8 d-flex align-items-stretch"> <!--Form with header--> <div class="card"> <div class="card-block"> <!--Header--> <div class="form-header default-color" style="z-index: 2;"> <h3 class="h3-responsive">Lorem Ipsum</h3> </div> <!--Body--> <div class="row text-center"> <div class="col-md-12 text-center"> <h3 class="section-heading">Lorem Ipsum is not simply random text.</h3> <h4 class="section-heading blue-text"><strong>It is over 2000 years old</strong></h4> <br> <hr class="light"> <div class="text-justify"> <div class="panel-body text-center"> Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites. Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites. </div> </div> </div> </div><!--/row--> </div> </div> <!--/Form with header--> </div> <div class="col-md-4 mb-4 d-flex align-items-stretch"> <!--Form with header--> <div class="card"> <div class="card-block"> <!--Header--> <div class="form-header warning-color" style="z-index: 2;"> <h3 class="h3-responsive">Lorem ipsum</h3> </div> <!--Body--> <div> Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites </div> </div> </div> <!--/Form with header--> </div> </div> </section> </code>Bartłomiej Malanowski staff commented 7 years ago
Your code seems to work perfectly (I checked using MDB 4.4.3 with BS Beta-2). One thing that you should change is to remove .mb-4 class from the .col-md-4. Also, I noticed that you use .mb-8 class along with .col-md-8. That class doesn't exist in both Bootstrap and MDB. Is this your custom class?adlib pro answered 7 years ago
Bartłomiej Malanowski staff commented 7 years ago
they're great, but what's the question?Bartłomiej Malanowski staff answered 7 years ago
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- ForumUser: Pro
- Premium support: No
- Technology: MDB jQuery
- MDB Version: -
- Device: -
- Browser: -
- OS: -
- Provided sample code: No
- Provided link: No