<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>

		<title>Make columns same height in Cornerstone &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/make-columns-same-height-in-cornerstone/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/make-columns-same-height-in-cornerstone/feed/</link>
		<description></description>
		<lastBuildDate>Sat, 11 Oct 2025 12:00:43 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/make-columns-same-height-in-cornerstone/#post-314074</guid>
					<title><![CDATA[Make columns same height in Cornerstone]]></title>
					<link>https://theme.co/archive/forums/topic/make-columns-same-height-in-cornerstone/#post-314074</link>
					<pubDate>Fri, 26 Jun 2015 21:37:49 +0000</pubDate>
					<dc:creator>Daniel</dc:creator>

					<description>
						<![CDATA[
						<p>Hey there,</p>
<p>I&#8217;m trying to make my 3 columns all of the same height within my section. See here:</p>
<p><img decoding="async" src="http://jaycaple.com/wp-content/uploads/2015/06/Screen-Shot-2015-06-26-at-4.18.47-PM.png" alt="" /></p>
<p>I know how to get this done in Visual Composer, but I&#8217;m new to Cornerstone. Is there a way to do this without custom CSS? I&#8217;m fine with throwing it in if necessary, but I just am curious if there is an easier way to make all columns within a row the same height. </p>
<p>Thanks!</p>
<p>URL: <a href="http://www.jaycaple.com" rel="nofollow">Website</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/make-columns-same-height-in-cornerstone/#post-314282</guid>
					<title><![CDATA[Reply To: Make columns same height in Cornerstone]]></title>
					<link>https://theme.co/archive/forums/topic/make-columns-same-height-in-cornerstone/#post-314282</link>
					<pubDate>Sat, 27 Jun 2015 03:50:11 +0000</pubDate>
					<dc:creator>John Ezra</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Thanks for writing in! In some cases, you can add height via style input box (becomes inline-style) or you could add it via the gap element. In your case since you are using Cards, and the part you need to add height to is within another element, you can only do it via CSS.</p>
<p>You can add this under <strong>Custom &gt; CSS</strong> in the <strong>Customizer</strong> or in your child theme&#8217;s <strong>style.css</strong> file.</p>
<pre><code>.x-card-inner {
    height: 441.406px!important;
}</code></pre>
<p>Hope this helps – thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/make-columns-same-height-in-cornerstone/#post-314394</guid>
					<title><![CDATA[Reply To: Make columns same height in Cornerstone]]></title>
					<link>https://theme.co/archive/forums/topic/make-columns-same-height-in-cornerstone/#post-314394</link>
					<pubDate>Sat, 27 Jun 2015 07:32:14 +0000</pubDate>
					<dc:creator>Daniel</dc:creator>

					<description>
						<![CDATA[
						<p>Thank you so much! You guys are great. </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/make-columns-same-height-in-cornerstone/#post-314447</guid>
					<title><![CDATA[Reply To: Make columns same height in Cornerstone]]></title>
					<link>https://theme.co/archive/forums/topic/make-columns-same-height-in-cornerstone/#post-314447</link>
					<pubDate>Sat, 27 Jun 2015 09:38:49 +0000</pubDate>
					<dc:creator>Rue Nel</dc:creator>

					<description>
						<![CDATA[
						<p>You are most welcome!<br />
If there’s anything else, we can help you with, please let us know.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/make-columns-same-height-in-cornerstone/#post-314558</guid>
					<title><![CDATA[Reply To: Make columns same height in Cornerstone]]></title>
					<link>https://theme.co/archive/forums/topic/make-columns-same-height-in-cornerstone/#post-314558</link>
					<pubDate>Sat, 27 Jun 2015 14:16:39 +0000</pubDate>
					<dc:creator>Daniel</dc:creator>

					<description>
						<![CDATA[
						<p>Actually, is there anyway to get general columns the same height? For instance, here is an image with almost the same problem, it just doesn&#8217;t have the cards anymore:</p>
<p><img decoding="async" src="http://testserver1.us/wp-content/uploads/2015/06/Screen-Shot-2015-06-27-at-9.14.57-AM.png" alt="" /></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/make-columns-same-height-in-cornerstone/#post-314565</guid>
					<title><![CDATA[Reply To: Make columns same height in Cornerstone]]></title>
					<link>https://theme.co/archive/forums/topic/make-columns-same-height-in-cornerstone/#post-314565</link>
					<pubDate>Sat, 27 Jun 2015 14:27:39 +0000</pubDate>
					<dc:creator>Thai</dc:creator>

					<description>
						<![CDATA[
						<p>Hi There,</p>
<p>Thanks for writing in!</p>
<p>Try adding following Javascript under <strong>Appearance &gt; Customize &gt; Custom &gt; Javascript:</strong></p>
<pre><code>jQuery(document).ready(function($) {
	var max = 0;
	$(&quot;#x-section-3 .x-column&quot;).each(function(index, el) {
		if( $(this).height() &gt; max ){
			max = $(this).height();
		}
	});
	$(&quot;#x-section-3 .x-column&quot;).css(&#039;height&#039;, max);
});</code></pre>
<p>Hope it helps.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/make-columns-same-height-in-cornerstone/#post-314622</guid>
					<title><![CDATA[Reply To: Make columns same height in Cornerstone]]></title>
					<link>https://theme.co/archive/forums/topic/make-columns-same-height-in-cornerstone/#post-314622</link>
					<pubDate>Sat, 27 Jun 2015 16:38:26 +0000</pubDate>
					<dc:creator>Daniel</dc:creator>

					<description>
						<![CDATA[
						<p>It didn&#8217;t do anything unfortunately 🙁</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/make-columns-same-height-in-cornerstone/#post-314635</guid>
					<title><![CDATA[Reply To: Make columns same height in Cornerstone]]></title>
					<link>https://theme.co/archive/forums/topic/make-columns-same-height-in-cornerstone/#post-314635</link>
					<pubDate>Sat, 27 Jun 2015 17:20:15 +0000</pubDate>
					<dc:creator>Thai</dc:creator>

					<description>
						<![CDATA[
						<p>Hi There,</p>
<p>Please update the code above a bit:</p>
<pre><code>jQuery(document).ready(function($) {
	var max = 0;
	$(&quot;#x-section-4 .x-column&quot;).each(function(index, el) {
		if( $(this).height() &gt; max ){
			max = $(this).height();
		}
	});
	$(&quot;#x-section-4 .x-column&quot;).css(&#039;height&#039;, max);
});</code></pre>
<p>Let us know how it goes!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/make-columns-same-height-in-cornerstone/#post-314646</guid>
					<title><![CDATA[Reply To: Make columns same height in Cornerstone]]></title>
					<link>https://theme.co/archive/forums/topic/make-columns-same-height-in-cornerstone/#post-314646</link>
					<pubDate>Sat, 27 Jun 2015 17:41:27 +0000</pubDate>
					<dc:creator>Daniel</dc:creator>

					<description>
						<![CDATA[
						<p>That did it! Thanks so much!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/make-columns-same-height-in-cornerstone/#post-314647</guid>
					<title><![CDATA[Reply To: Make columns same height in Cornerstone]]></title>
					<link>https://theme.co/archive/forums/topic/make-columns-same-height-in-cornerstone/#post-314647</link>
					<pubDate>Sat, 27 Jun 2015 17:43:53 +0000</pubDate>
					<dc:creator>Daniel</dc:creator>

					<description>
						<![CDATA[
						<p>If I wanted to do this throughout my site, which piece of code would I alter? I noticed that you changed the 3 to the 4. I&#8217;d love to have this snippet of code in my back pocket for every row! </p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

