<?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>Column layout &#8211; Cornerstone &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/column-layout-cornerstone/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/column-layout-cornerstone/feed/</link>
		<description></description>
		<lastBuildDate>Wed, 22 Oct 2025 17:49:00 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/column-layout-cornerstone/#post-314025</guid>
					<title><![CDATA[Column layout &#8211; Cornerstone]]></title>
					<link>https://theme.co/archive/forums/topic/column-layout-cornerstone/#post-314025</link>
					<pubDate>Fri, 26 Jun 2015 20:31:57 +0000</pubDate>
					<dc:creator>Yoav Taler</dc:creator>

					<description>
						<![CDATA[
						<p>Hi.</p>
<p>I&#8217;m trying to create a multiple column row in cornerstone.<br />
My last column is displayed below the others, despite a space available. I tried different screen sizes, and 2-3-4 column layouts.</p>
<p>I suspect it&#8217;s a RTL issue.</p>
<p>Here&#8217;s the page: <a href="http://www.bodyguide.co.il/corporate" rel="nofollow">http://www.bodyguide.co.il/corporate</a></p>
<p>Thank you.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/column-layout-cornerstone/#post-314227</guid>
					<title><![CDATA[Reply To: Column layout &#8211; Cornerstone]]></title>
					<link>https://theme.co/archive/forums/topic/column-layout-cornerstone/#post-314227</link>
					<pubDate>Sat, 27 Jun 2015 02:25:47 +0000</pubDate>
					<dc:creator>Rue Nel</dc:creator>

					<description>
						<![CDATA[
						<p>Hello There,</p>
<p>Thanks for writing in!</p>
<p>This must be a bug. We will be reporting this to our developers. For the meantime, please add the following css code in the customizer, <strong>Appearance &gt; Customize &gt; Custom &gt; CSS</strong> to fix the issue.</p>
<pre><code>@media (min-width: 768px) {
  .rtl .x-column:last-child {
    margin-left: 0;
  }
}</code></pre>
<p>Let us know if this has been helpful to you.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/column-layout-cornerstone/#post-316827</guid>
					<title><![CDATA[Reply To: Column layout &#8211; Cornerstone]]></title>
					<link>https://theme.co/archive/forums/topic/column-layout-cornerstone/#post-316827</link>
					<pubDate>Tue, 30 Jun 2015 10:11:34 +0000</pubDate>
					<dc:creator>Yoav Taler</dc:creator>

					<description>
						<![CDATA[
						<p>Thank you, did the trick. </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/column-layout-cornerstone/#post-316929</guid>
					<title><![CDATA[Reply To: Column layout &#8211; Cornerstone]]></title>
					<link>https://theme.co/archive/forums/topic/column-layout-cornerstone/#post-316929</link>
					<pubDate>Tue, 30 Jun 2015 12:17:12 +0000</pubDate>
					<dc:creator>Thai</dc:creator>

					<description>
						<![CDATA[
						<p>You&#8217;re most welcome.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/column-layout-cornerstone/#post-397234</guid>
					<title><![CDATA[Reply To: Column layout &#8211; Cornerstone]]></title>
					<link>https://theme.co/archive/forums/topic/column-layout-cornerstone/#post-397234</link>
					<pubDate>Mon, 21 Sep 2015 08:53:15 +0000</pubDate>
					<dc:creator>Yoav Taler</dc:creator>

					<description>
						<![CDATA[
						<p>Hi.</p>
<p>I&#8217;m experiencing this problem again, here&#8217;s an example: <a href="http://www.bodyguide.co.il/qigong/" rel="nofollow">http://www.bodyguide.co.il/qigong/</a><br />
This should be a 2 column layout below the header.</p>
<p>Thanks.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/column-layout-cornerstone/#post-397247</guid>
					<title><![CDATA[Reply To: Column layout &#8211; Cornerstone]]></title>
					<link>https://theme.co/archive/forums/topic/column-layout-cornerstone/#post-397247</link>
					<pubDate>Mon, 21 Sep 2015 09:03:34 +0000</pubDate>
					<dc:creator>Paul R</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>To fix it, you can add this under <strong>Custom &gt; CSS</strong> in the <strong>Customizer</strong>.</p>
<pre><code>
.rtl .x-column.last, .rtl .x-column:last-of-type {
    margin-left: 0 !important;
}
</code></pre>
<p>Hope that helps</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/column-layout-cornerstone/#post-399561</guid>
					<title><![CDATA[Reply To: Column layout &#8211; Cornerstone]]></title>
					<link>https://theme.co/archive/forums/topic/column-layout-cornerstone/#post-399561</link>
					<pubDate>Wed, 23 Sep 2015 07:01:21 +0000</pubDate>
					<dc:creator>Yoav Taler</dc:creator>

					<description>
						<![CDATA[
						<p>Sorry, but it didn&#8217;t do the trick.<br />
once over here&#8217;s the link <a href="http://www.bodyguide.co.il/qigong/" rel="nofollow">http://www.bodyguide.co.il/qigong/</a></p>
<p>Thank you.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/column-layout-cornerstone/#post-399568</guid>
					<title><![CDATA[Reply To: Column layout &#8211; Cornerstone]]></title>
					<link>https://theme.co/archive/forums/topic/column-layout-cornerstone/#post-399568</link>
					<pubDate>Wed, 23 Sep 2015 07:09:25 +0000</pubDate>
					<dc:creator>Christopher</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Find and update this selector :</p>
<pre><code>@media (min-width: 768px){
.rtl .x-column {
    float: right;
    margin-right: 0;
    margin-left: 2%;
}
}</code></pre>
<p>Hope it helps.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/column-layout-cornerstone/#post-401087</guid>
					<title><![CDATA[Reply To: Column layout &#8211; Cornerstone]]></title>
					<link>https://theme.co/archive/forums/topic/column-layout-cornerstone/#post-401087</link>
					<pubDate>Thu, 24 Sep 2015 12:50:38 +0000</pubDate>
					<dc:creator>Yoav Taler</dc:creator>

					<description>
						<![CDATA[
						<p>I&#8217;ve attached a screenshot, nothing changed yet.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/column-layout-cornerstone/#post-401194</guid>
					<title><![CDATA[Reply To: Column layout &#8211; Cornerstone]]></title>
					<link>https://theme.co/archive/forums/topic/column-layout-cornerstone/#post-401194</link>
					<pubDate>Thu, 24 Sep 2015 14:45:41 +0000</pubDate>
					<dc:creator>John Ezra</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Thanks for updating the thread! The CSS provide works on my test. Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:</p>
<p>&#8211; Link to your site<br />
&#8211; WordPress Admin username / password</p>
<p><strong>Don&#8217;t forget to select Set as private reply. This ensures your information is only visible to our staff. </strong></p>
<p>In the meantime try putting the CSS above all the other CSS in the customizer. If it works, then you may have a syntax error like a missing closing <strong>}</strong> bracket. Let us know how that goes. Hope this helps &#8211; thanks!</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

