<?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>One fifth colums with Visual Composer &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/one-fifth-colums-with-visual-composer/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/one-fifth-colums-with-visual-composer/feed/</link>
		<description></description>
		<lastBuildDate>Tue, 04 Nov 2025 15:57:04 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/one-fifth-colums-with-visual-composer/#post-41068</guid>
					<title><![CDATA[One fifth colums with Visual Composer]]></title>
					<link>https://theme.co/archive/forums/topic/one-fifth-colums-with-visual-composer/#post-41068</link>
					<pubDate>Tue, 06 May 2014 12:39:42 +0000</pubDate>
					<dc:creator>Elise</dc:creator>

					<description>
						<![CDATA[
						<p>Hello,</p>
<p>I&#8217;m using the visual Composer for my pages but I need some &#8220;content bands&#8221; containing five columns. I understand I need to use the shortcodes to insert 5 columns, since the VC doesn&#8217;t support them.<br />
My question is, can I switch from VC to the editor back and forth without creating errors?<br />
Can I use the [column type=&#8221;one-fifth&#8221;] shortcode without breaking the rest of the page? I know the row containing the five columns will appear broken on the VC, and that doesn&#8217;t bother me, as long as the rest of the page is still customizable with the VC.<br />
For this row, is it better to use [vc_row] and [vc_column], or [content_band] and [column] while editing manually the code?</p>
<p>Thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/one-fifth-colums-with-visual-composer/#post-41187</guid>
					<title><![CDATA[Reply To: One fifth colums with Visual Composer]]></title>
					<link>https://theme.co/archive/forums/topic/one-fifth-colums-with-visual-composer/#post-41187</link>
					<pubDate>Tue, 06 May 2014 18:31:32 +0000</pubDate>
					<dc:creator>Thom G</dc:creator>

					<description>
						<![CDATA[
						<p>Also looking to do the same exact thing!</p>
<p>Thanks</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/one-fifth-colums-with-visual-composer/#post-41475</guid>
					<title><![CDATA[Reply To: One fifth colums with Visual Composer]]></title>
					<link>https://theme.co/archive/forums/topic/one-fifth-colums-with-visual-composer/#post-41475</link>
					<pubDate>Wed, 07 May 2014 12:40:20 +0000</pubDate>
					<dc:creator>Christian</dc:creator>

					<description>
						<![CDATA[
						<p>Hey guys,</p>
<p>You can place the code in the Text element (see <a href="http://prntscr.com/3h08bq" rel="nofollow">http://prntscr.com/3h08bq</a> and the result <a href="http://prntscr.com/3h08jn" rel="nofollow">http://prntscr.com/3h08jn</a>).</p>
<pre>
[column type="one-fifth"] Place your content in here. [/column] [column type="one-fifth"] Place your content in here. [/column] [column type="one-fifth"] Place your content in here. [/column] [column type="one-fifth"] Place your content in here. [/column] [column type="one-fifth" last="true"] Place your content in here. [/column]]
</pre>
<p>Hope that helps. 🙂</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/one-fifth-colums-with-visual-composer/#post-41509</guid>
					<title><![CDATA[Reply To: One fifth colums with Visual Composer]]></title>
					<link>https://theme.co/archive/forums/topic/one-fifth-colums-with-visual-composer/#post-41509</link>
					<pubDate>Wed, 07 May 2014 13:51:17 +0000</pubDate>
					<dc:creator>Elise</dc:creator>

					<description>
						<![CDATA[
						<p>That&#8217;s a neat trick, thanks! But if a try to insert some [text_output] inside the columns, it breaks everything and wrong blocks are added in the visual composer 🙁</p>
<p>here&#8217;s my code :</p>
<pre><code>[column type=&quot;one-fifth&quot;][feature_headline class=&quot;mtn mbs&quot; level=&quot;h3&quot; looks_like=&quot;h5&quot; icon=&quot;clock-o&quot; type=&quot;left&quot;]Réactivité[/feature_headline][text_output]99% des demandes prises en charge dans l&#039;heure[/text_output][/column]
[column type=&quot;one-fifth&quot;][feature_headline class=&quot;mtn mbs&quot; level=&quot;h3&quot; looks_like=&quot;h5&quot; icon=&quot;coffee&quot; type=&quot;left&quot;]Réactivité[/feature_headline][text_output]99% des demandes prises en charge dans l&#039;heure[/text_output][/column]
[column type=&quot;one-fifth&quot;][feature_headline class=&quot;mtn mbs&quot; level=&quot;h3&quot; looks_like=&quot;h5&quot; icon=&quot;comments&quot; type=&quot;left&quot;]Réactivité[/feature_headline][text_output]99% des demandes prises en charge dans l&#039;heure[/text_output][/column]
[column type=&quot;one-fifth&quot;][feature_headline class=&quot;mtn mbs&quot; level=&quot;h3&quot; looks_like=&quot;h5&quot; icon=&quot;flask&quot; type=&quot;left&quot;]Réactivité[/feature_headline][text_output]99% des demandes prises en charge dans l&#039;heure[/text_output][/column]
[column type=&quot;one-fifth&quot;][feature_headline class=&quot;mtn mbs&quot; level=&quot;h3&quot; looks_like=&quot;h5&quot; icon=&quot;group&quot; type=&quot;left&quot;]Réactivité[/feature_headline][text_output]99% des demandes prises en charge dans l&#039;heure[/text_output][/column]</code></pre>
<p>and without the [text_output], here&#8217;s how it looks :<br />
<img decoding="async" src="http://www.emailstrategie.com/5cols.png" alt="" /></p>
<p>The columns are narrow, they seem to be enclosed in a column that takes only a third of the page width.</p>
<pre><code>[column type=&quot;one-fifth&quot;][feature_headline class=&quot;mtn mbs&quot; level=&quot;h3&quot; looks_like=&quot;h5&quot; icon=&quot;clock-o&quot; type=&quot;left&quot;]Réactivité[/feature_headline]99% des demandes prises en charge dans l&#039;heure[/column]
[column type=&quot;one-fifth&quot;][feature_headline class=&quot;mtn mbs&quot; level=&quot;h3&quot; looks_like=&quot;h5&quot; icon=&quot;coffee&quot; type=&quot;left&quot;]Réactivité[/feature_headline]99% des demandes prises en charge dans l&#039;heure[/column]
[column type=&quot;one-fifth&quot;][feature_headline class=&quot;mtn mbs&quot; level=&quot;h3&quot; looks_like=&quot;h5&quot; icon=&quot;comments&quot; type=&quot;left&quot;]Réactivité[/feature_headline]99% des demandes prises en charge dans l&#039;heure[/column]
[column type=&quot;one-fifth&quot;][feature_headline class=&quot;mtn mbs&quot; level=&quot;h3&quot; looks_like=&quot;h5&quot; icon=&quot;flask&quot; type=&quot;left&quot;]Réactivité[/feature_headline]99% des demandes prises en charge dans l&#039;heure[/column]
[column type=&quot;one-fifth&quot;][feature_headline class=&quot;mtn mbs&quot; level=&quot;h3&quot; looks_like=&quot;h5&quot; icon=&quot;group&quot; type=&quot;left&quot;]Réactivité[/feature_headline]99% des demandes prises en charge dans l&#039;heure[/column]</code></pre>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/one-fifth-colums-with-visual-composer/#post-41914</guid>
					<title><![CDATA[Reply To: One fifth colums with Visual Composer]]></title>
					<link>https://theme.co/archive/forums/topic/one-fifth-colums-with-visual-composer/#post-41914</link>
					<pubDate>Thu, 08 May 2014 00:47:49 +0000</pubDate>
					<dc:creator>Christian</dc:creator>

					<description>
						<![CDATA[
						<p>Hey there,</p>
<p>Your setup is wrong. You should place the columns in a Text Element (see <a href="http://prntscr.com/3h79p5" rel="nofollow">http://prntscr.com/3h79p5</a>).</p>
<p>If it still doesn&#8217;t work out for you, please give us access to your WordPress admin so we could see your setup.</p>
<p>Thanks.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/one-fifth-colums-with-visual-composer/#post-42473</guid>
					<title><![CDATA[Reply To: One fifth colums with Visual Composer]]></title>
					<link>https://theme.co/archive/forums/topic/one-fifth-colums-with-visual-composer/#post-42473</link>
					<pubDate>Fri, 09 May 2014 07:27:00 +0000</pubDate>
					<dc:creator>Elise</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,<br />
That&#8217;s exactly what I did, I tried to put the codes I gave you in a text output.</p>
<p>Here&#8217;s the screenshots of the results with the first code :<br />
<img decoding="async" src="http://www.emailstrategie.com/1.jpg" alt="" /></p>
<p>And the ones without text oututs :<br />
<img decoding="async" src="http://www.emailstrategie.com/2.jpg" alt="" /></p>
<p>thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/one-fifth-colums-with-visual-composer/#post-42585</guid>
					<title><![CDATA[Reply To: One fifth colums with Visual Composer]]></title>
					<link>https://theme.co/archive/forums/topic/one-fifth-colums-with-visual-composer/#post-42585</link>
					<pubDate>Fri, 09 May 2014 14:20:41 +0000</pubDate>
					<dc:creator>Elise</dc:creator>

					<description>
						<![CDATA[
						<p>I just tried to put this new code in the text_output, it&#8217;s the same I already tried but with more space, and it seemed to work :</p>
<pre><code>[column type=&quot;one-fifth&quot;][feature_headline class=&quot;mtn mbs&quot; level=&quot;h2&quot; looks_like=&quot;h5&quot; icon=&quot;clock-o&quot; type=&quot;left&quot;]Réactivité[/feature_headline]

99% des demandes prises en charge dans l&#039;heure

[/column][column type=&quot;one-fifth&quot;][feature_headline class=&quot;mtn mbs&quot; level=&quot;h2&quot; looks_like=&quot;h5&quot; icon=&quot;coffee&quot; type=&quot;left&quot;]Réactivité[/feature_headline]

99% des demandes prises en charge dans l&#039;heure

[/column][column type=&quot;one-fifth&quot;][feature_headline class=&quot;mtn mbs&quot; level=&quot;h2&quot; looks_like=&quot;h5&quot; icon=&quot;comments&quot; type=&quot;left&quot;]Réactivité[/feature_headline]

99% des demandes prises en charge dans l&#039;heure

[/column][column type=&quot;one-fifth&quot;][feature_headline class=&quot;mtn mbs&quot; level=&quot;h2&quot; looks_like=&quot;h5&quot; icon=&quot;flask&quot; type=&quot;left&quot;]Réactivité[/feature_headline]

99% des demandes prises en charge dans l&#039;heure

[/column][column type=&quot;one-fifth&quot;][feature_headline class=&quot;mtn mbs&quot; level=&quot;h2&quot; looks_like=&quot;h5&quot; icon=&quot;group&quot; type=&quot;left&quot;]Réactivité[/feature_headline]

99% des demandes prises en charge dans l&#039;heure

[/column]</code></pre>
<p>As a result, I now have 5 columns, but only four are aligned, the fifth appears underneath the four others.<br />
I inspected the code, and here are the css I found :</p>
<pre><code>.x-column.one-fifth {
    width: 16.8%;
}
.x-column {
    float: left;
    margin-right: 4%;
}</code></pre>
<p>Now if I want a total width of 100%, I need to set the margin-right of the last column to 0%…  I added the &#8220;mrn&#8221; class to the shortcode of the last column, is this the right way to do it? It did the trick for me.</p>
<p>Thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/one-fifth-colums-with-visual-composer/#post-42976</guid>
					<title><![CDATA[Reply To: One fifth colums with Visual Composer]]></title>
					<link>https://theme.co/archive/forums/topic/one-fifth-colums-with-visual-composer/#post-42976</link>
					<pubDate>Sat, 10 May 2014 20:32:26 +0000</pubDate>
					<dc:creator>Rad</dc:creator>

					<description>
						<![CDATA[
						<p>Great to hear that! Though what you did will affect other columns you will add next time. That is global css you modified, my advice is using specific content band ID selector to apply that css.</p>
<p>Thank you.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

