<?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? &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/columns-within-columns/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/columns-within-columns/feed/</link>
		<description></description>
		<lastBuildDate>Sat, 18 Oct 2025 20:31:12 +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/#post-1548</guid>
					<title><![CDATA[Columns Within Columns?]]></title>
					<link>https://theme.co/archive/forums/topic/columns-within-columns/#post-1548</link>
					<pubDate>Fri, 13 Dec 2013 16:42:28 +0000</pubDate>
					<dc:creator>Armen T</dc:creator>

					<description>
						<![CDATA[
						<p>Is it possible to do this?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/columns-within-columns/#post-1550</guid>
					<title><![CDATA[Reply To: Columns Within Columns?]]></title>
					<link>https://theme.co/archive/forums/topic/columns-within-columns/#post-1550</link>
					<pubDate>Fri, 13 Dec 2013 17:48:30 +0000</pubDate>
					<dc:creator>Kory</dc:creator>

					<description>
						<![CDATA[
						<p>Armen,</p>
<p>Unfortunately, no. WordPress will see the first [/column] tag for your nested column and place it towards the parent. This ultimately causes errors and will mess up your layout. Additionally, the columns wouldn&#8217;t necessarily collapse correctly as the site sizes down, creating further issues.</p>
<p>However, if you need a &#8220;column within a column&#8221; type situation, using one of our smaller column widths should allow you to achieve what you&#8217;re after. Just out of curiosity, could you explain a little more of what you&#8217;re trying to accomplish with this type of setup so we can try and creatively brainstorm if there&#8217;s another solution? 🙂</p>
<p>Thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/columns-within-columns/#post-1558</guid>
					<title><![CDATA[Reply To: Columns Within Columns?]]></title>
					<link>https://theme.co/archive/forums/topic/columns-within-columns/#post-1558</link>
					<pubDate>Sat, 14 Dec 2013 01:50:52 +0000</pubDate>
					<dc:creator>Armen T</dc:creator>

					<description>
						<![CDATA[
						<p>I wanted to place 3 buttons side by side at the bottom of a column, and I thought placing each of them in a column would do the trick.</p>
<p>No big deal. However, I think you&#8217;re able to do this with the likes of Visual Composer.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/columns-within-columns/#post-1559</guid>
					<title><![CDATA[Reply To: Columns Within Columns?]]></title>
					<link>https://theme.co/archive/forums/topic/columns-within-columns/#post-1559</link>
					<pubDate>Sat, 14 Dec 2013 02:15:22 +0000</pubDate>
					<dc:creator>Kory</dc:creator>

					<description>
						<![CDATA[
						<p>Armen,</p>
<p>Try something like this:</p>
<pre>[column type="whole" last="true"]
...your content...
[/column]
[column type="one-third"]
  [button][/button]
[/column]
[column type="one-third"]
  [button][/button]
[/column]
[column type="one-third" last="true"]
  [button][/button]
[/column]</pre>
<p>Using this you should be able to achieve the look you&#8217;re after.</p>
<p>Let us know!</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

