<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>THE MOLITOR FORUMS &#187; Topic: Theme style breaks recommended plugin for columns</title>
		<link>http://www.themolitor.com/forums/topic/theme-style-breaks-recommended-plugin-for-columns</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Theme style breaks recommended plugin for columns</description>
		<language>en-US</language>
		<pubDate>Tue, 28 Apr 2026 17:01:55 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.themolitor.com/forums/search.php</link>
		</textInput>
		<atom:link href="http://www.themolitor.com/forums/rss/topic/theme-style-breaks-recommended-plugin-for-columns" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "Theme style breaks recommended plugin for columns"</title>
			<link>http://www.themolitor.com/forums/topic/theme-style-breaks-recommended-plugin-for-columns#post-38619</link>
			<pubDate>Thu, 14 Apr 2016 09:50:30 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">38619@http://www.themolitor.com/forums/</guid>
			<description><p>Thanks for following up and sharing!</p>
<p>Best,</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>sidneyrees on "Theme style breaks recommended plugin for columns"</title>
			<link>http://www.themolitor.com/forums/topic/theme-style-breaks-recommended-plugin-for-columns#post-38616</link>
			<pubDate>Wed, 13 Apr 2016 18:38:56 +0000</pubDate>
			<dc:creator>sidneyrees</dc:creator>
			<guid isPermaLink="false">38616@http://www.themolitor.com/forums/</guid>
			<description><p>Easiest solution (you may want to include this on the theme)</p>
<pre><code>#pageContent &#62; div.content-column {
	width: auto;
}</code></pre></description>
		</item>
		<item>
			<title>sidneyrees on "Theme style breaks recommended plugin for columns"</title>
			<link>http://www.themolitor.com/forums/topic/theme-style-breaks-recommended-plugin-for-columns#post-38615</link>
			<pubDate>Wed, 13 Apr 2016 18:23:58 +0000</pubDate>
			<dc:creator>sidneyrees</dc:creator>
			<guid isPermaLink="false">38615@http://www.themolitor.com/forums/</guid>
			<description><p>Following instruction on the documentation, I found there is a plugin for adding shorcodes for columns "Column Shortcodes"</p>
<p>Installed the plugin but it wasn't working... I checked the issue and found that the theme Constractor includes a style that override the plugin style:</p>
<p>Theme style.css, line 1068:<br />
<pre><code>#pageContent &#62; div, #pageContent iframe {
    display: inline-block;
    width: 100%; &#60;------ THIS
}</code></pre>
<p>Overrides plugin shortcodes.css, line 42 (and others):</p>
<pre><code>.one_fourth {
    width: 25%;
}</code></pre>
<p>Question is: can I comment the line "width: 100%"? That would fix the conflict.
</p></description>
		</item>

	</channel>
</rss>
