Div in same height

1 reply · opened Feb 17, 2017

WweblinedesignFeb 17, 2017

Hi,
one question. How can I make that all <div> have the same length?

See example:
<div class="row topmargin-sm clearfix">

                  &lt;div class="col_one_third"&gt;
					&lt;div class="feature-box fbox-center fbox-bg fbox-border fbox-effect"&gt;
						&lt;div class="fbox-icon"&gt;
							[1](#)
						&lt;/div&gt;
						&lt;h3&gt;PIONIER&lt;span class="subtitle"&gt;text&lt;/span&gt;&lt;/h3&gt;
					&lt;/div&gt;
				&lt;/div&gt;

				&lt;div class="col_one_third"&gt;
					&lt;div class="feature-box fbox-center fbox-bg fbox-border fbox-effect"&gt;
						&lt;div class="fbox-icon"&gt;
							[_2_](#)
						&lt;/div&gt;
						&lt;h3&gt;TRENDSETTER&lt;span class="subtitle"&gt;text&lt;br&gt;

text</span></h3>
</div>
</div>

				&lt;div class="col_one_third col_last"&gt;
					&lt;div class="feature-box fbox-center fbox-bg fbox-border fbox-effect"&gt;
						&lt;div class="fbox-icon"&gt;
							[3](#)
						&lt;/div&gt;
						&lt;h3&gt;TESTSIEGER&lt;span class="subtitle"&gt;text&lt;br&gt;

text<br>
text</span></h3>
</div>
</div>

THANK YOU!

SSemicolon WebSTAFFFeb 18, 2017

Hello,

This is Definitely Possible. Please follow the Step below:

Use the following HTML Code for the Panels:


	
		
			Content 1
		
	
	
		
			Content 2
		
	
	
		
			Content 3
		
	

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