<?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>Columns within columns in cornerstone &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/columns-within-columns-in-cornerstone/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/columns-within-columns-in-cornerstone/feed/</link>
		<description></description>
		<lastBuildDate>Fri, 17 Oct 2025 04:59:20 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/columns-within-columns-in-cornerstone/#post-328244</guid>
					<title><![CDATA[Columns within columns in cornerstone]]></title>
					<link>https://theme.co/archive/forums/topic/columns-within-columns-in-cornerstone/#post-328244</link>
					<pubDate>Mon, 13 Jul 2015 06:16:49 +0000</pubDate>
					<dc:creator>Buttermelts</dc:creator>

					<description>
						<![CDATA[
						<p>Hello,</p>
<p>I was wondering if it would be possible to divide content as shown in the following image using cornerstone:</p>
<p><img decoding="async" src="http://i.imgur.com/MuSgNn9.png" alt="" /></p>
<p>As you can see I&#8217;d like to divide the bottom right column into the sections as shown. I&#8217;m aware that you can use a block grid element to achieve something like this, but I&#8217;ve noticed that I can only edit the elements within each block grid item by inserting shortcodes instead of being able to drag and drop like regular columns and rows. There&#8217;s also no way to edit the styling of the content within the block grids other than custom css. Everything within the block grid also appears to be contained within <code>&lt;li&gt;&lt;/li&gt;</code> tags on the actual page, but I don&#8217;t want the content to be a list.</p>
<p>Is there any other way of dividing up content like this in cornerstone other than block grids? Thanks.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/columns-within-columns-in-cornerstone/#post-328255</guid>
					<title><![CDATA[Reply To: Columns within columns in cornerstone]]></title>
					<link>https://theme.co/archive/forums/topic/columns-within-columns-in-cornerstone/#post-328255</link>
					<pubDate>Mon, 13 Jul 2015 06:34:56 +0000</pubDate>
					<dc:creator>Christopher</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>You can achieve the layout only with custom code as nested sections are not allowed.<br />
You can add following HTML code in text element to achieve the layout :</p>
<pre><code>&lt;div id=&quot;section&quot;&gt;
&lt;div class=&quot;x-column x-sm x-1-2&quot;&gt;some content&lt;/div&gt;
&lt;div class=&quot;x-column x-sm x-1-2&quot;&gt;some content&lt;/div&gt;
&lt;/div&gt;
&lt;div id=&quot;section&quot;&gt;
&lt;div class=&quot;x-column x-sm x-1-1&quot;&gt;some content&lt;/div&gt;
&lt;/div&gt;</code></pre>
<p>Hope it helps.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/columns-within-columns-in-cornerstone/#post-328666</guid>
					<title><![CDATA[Reply To: Columns within columns in cornerstone]]></title>
					<link>https://theme.co/archive/forums/topic/columns-within-columns-in-cornerstone/#post-328666</link>
					<pubDate>Mon, 13 Jul 2015 15:35:20 +0000</pubDate>
					<dc:creator>Buttermelts</dc:creator>

					<description>
						<![CDATA[
						<p>Works nicely, thanks.</p>
<p>Any chance something like this will ever become native to the cornerstone UI for X?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/columns-within-columns-in-cornerstone/#post-328696</guid>
					<title><![CDATA[Reply To: Columns within columns in cornerstone]]></title>
					<link>https://theme.co/archive/forums/topic/columns-within-columns-in-cornerstone/#post-328696</link>
					<pubDate>Mon, 13 Jul 2015 16:12:28 +0000</pubDate>
					<dc:creator>Jonathan L</dc:creator>

					<description>
						<![CDATA[
						<p>I would also love to see this feature in Cornerstone as I have had use for it recently!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/columns-within-columns-in-cornerstone/#post-328723</guid>
					<title><![CDATA[Reply To: Columns within columns in cornerstone]]></title>
					<link>https://theme.co/archive/forums/topic/columns-within-columns-in-cornerstone/#post-328723</link>
					<pubDate>Mon, 13 Jul 2015 16:40:11 +0000</pubDate>
					<dc:creator>Nico</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Guys,</p>
<p>I will forward this thread to our head staff to be added as a feature request for cornerstone. This is a +2 vote for this feature. 1 for buttermelts and 1 for Jonathan L. I could not guarantee that this will be added however I am sure that your vote is counted and this feature will undergone assessment if it will be added in our updates. </p>
<p>Thank you so much for helping our theme and cornerstone to make it great. You guys rock! 🙂 </p>
<p>Feel free to post more feature request in a new thread. </p>
<p>Have a wonderful day.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/columns-within-columns-in-cornerstone/#post-328897</guid>
					<title><![CDATA[Reply To: Columns within columns in cornerstone]]></title>
					<link>https://theme.co/archive/forums/topic/columns-within-columns-in-cornerstone/#post-328897</link>
					<pubDate>Mon, 13 Jul 2015 19:05:48 +0000</pubDate>
					<dc:creator>Aaron D</dc:creator>

					<description>
						<![CDATA[
						<p>Add +1 for me too for nested sections/columns!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/columns-within-columns-in-cornerstone/#post-328964</guid>
					<title><![CDATA[Reply To: Columns within columns in cornerstone]]></title>
					<link>https://theme.co/archive/forums/topic/columns-within-columns-in-cornerstone/#post-328964</link>
					<pubDate>Mon, 13 Jul 2015 19:46:35 +0000</pubDate>
					<dc:creator>Zeshan</dc:creator>

					<description>
						<![CDATA[
						<p>Thank you for your feedback, Aaron! We&#8217;ve counted your vote.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/columns-within-columns-in-cornerstone/#post-336118</guid>
					<title><![CDATA[Reply To: Columns within columns in cornerstone]]></title>
					<link>https://theme.co/archive/forums/topic/columns-within-columns-in-cornerstone/#post-336118</link>
					<pubDate>Tue, 21 Jul 2015 18:33:48 +0000</pubDate>
					<dc:creator>MrTyree</dc:creator>

					<description>
						<![CDATA[
						<p>Thank you for the solution Nico, may you please add me as a vote as well. </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/columns-within-columns-in-cornerstone/#post-336255</guid>
					<title><![CDATA[Reply To: Columns within columns in cornerstone]]></title>
					<link>https://theme.co/archive/forums/topic/columns-within-columns-in-cornerstone/#post-336255</link>
					<pubDate>Tue, 21 Jul 2015 20:44:47 +0000</pubDate>
					<dc:creator>Nabeel A</dc:creator>

					<description>
						<![CDATA[
						<p>Thank you for your feedback, your vote has been counted.</p>
<p>Cheers!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/columns-within-columns-in-cornerstone/#post-382521</guid>
					<title><![CDATA[Reply To: Columns within columns in cornerstone]]></title>
					<link>https://theme.co/archive/forums/topic/columns-within-columns-in-cornerstone/#post-382521</link>
					<pubDate>Tue, 08 Sep 2015 21:19:52 +0000</pubDate>
					<dc:creator>BookSpecials</dc:creator>

					<description>
						<![CDATA[
						<p>My vote too:)</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

