S
steeve_bMay 9, 2018
Hi, is there a "same height column system" in your template ? I didn't seen it in the nice documentation ;-)
Best regards.
Hi, is there a "same height column system" in your template ? I didn't seen it in the nice documentation ;-)
Best regards.
Hello,
This is Definitely Possible. Simply consider following the Bootstrap 4 Guide on this: http://getbootstrap.com/docs/4.1/utilities/flex/#align-items .
The code for this will be:
<div class="row align-items-stretch clearfix">
<div class="col-md-4" style="background: #EEE;">Flex Item 1</div>
<div class="col-md-4" style="background: #EEE;">Flex Item 2</div>
<div class="col-md-4" style="background: #EEE; height: 200px;">Flex Item 3</div>
</div>This will definitely work fine. Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
Have the same question, or something new?
Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.
Reply on the dashboard