<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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>Support Forum - Topic: Weird paragraph display after columns</title>
		<link>http://www.kriesi.at/support/topic/weird-paragraph-display-after-columns</link>
		<description>Support Forum - Topic: Weird paragraph display after columns</description>
		<language>en-US</language>
		<pubDate>Wed, 22 May 2013 11:54:26 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/weird-paragraph-display-after-columns" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "Weird paragraph display after columns"</title>
			<link>http://www.kriesi.at/support/topic/weird-paragraph-display-after-columns#post-60994</link>
			<pubDate>Tue, 19 Jun 2012 18:52:56 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">60994@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi marcoev,&#60;/p&#62;
&#60;p&#62;I never received any login information so I have not been able to take a look at the page. If you can send the information to me again I can try and take a look at whats going on. &#60;/p&#62;
&#60;p&#62;Otherwise a link to the page might help as well just to inspect the css and see something jumps out as causing the issue.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>marcoev on "Weird paragraph display after columns"</title>
			<link>http://www.kriesi.at/support/topic/weird-paragraph-display-after-columns#post-60845</link>
			<pubDate>Tue, 19 Jun 2012 00:22:44 +0000</pubDate>
			<dc:creator>marcoev</dc:creator>
			<guid isPermaLink="false">60845@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Dude, the option doesn't work, have the next code&#60;br /&#62;
&#60;code&#62;&#60;br /&#62;
&#38;lt;h4&#38;gt;Procedure:&#60;br /&#62;First Appointment&#38;lt;/h4&#38;gt;&#60;br /&#62;
[one_third first]&#60;img title=&#34;Implante FA 1&#34; src=&#34;http://dentalnogales.com/wordpress/wp-content/uploads/2012/06/image058.jpg&#34; alt=&#34;Implante FA 1&#34; /&#62;[/one_third][one_third]&#60;img title=&#34;Implante FA 2&#34; src=&#34;http://dentalnogales.com/wordpress/wp-content/uploads/2012/06/image060.jpg&#34; alt=&#34;Implante FA 2&#34; /&#62;[/one_third][one_third]&#60;img title=&#34;Implante FA 3&#34; src=&#34;http://dentalnogales.com/wordpress/wp-content/uploads/2012/06/image062.jpg&#34; alt=&#34;Implante FA 3&#34; /&#62;[/one_third]&#38;lt;div style=&#34;text-align:justify&#34;&#38;gt;During this appointment the surgeon places the implant in the space that needs rehabilitation, a selection of the most safe and functional place is made for the success of the implant procedure.&#38;lt;/div&#38;gt;&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;and the text start where the second column begins :S
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Weird paragraph display after columns"</title>
			<link>http://www.kriesi.at/support/topic/weird-paragraph-display-after-columns#post-60683</link>
			<pubDate>Mon, 18 Jun 2012 05:54:43 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">60683@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; You can try to add following css code to css/custom.css:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;body div .first {
    clear: both;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>marcoev on "Weird paragraph display after columns"</title>
			<link>http://www.kriesi.at/support/topic/weird-paragraph-display-after-columns#post-59945</link>
			<pubDate>Wed, 13 Jun 2012 03:39:41 +0000</pubDate>
			<dc:creator>marcoev</dc:creator>
			<guid isPermaLink="false">59945@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks, and yes that's the problem i have, i will try that solution, hope they release an update to resolve this thing.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bradpennock on "Weird paragraph display after columns"</title>
			<link>http://www.kriesi.at/support/topic/weird-paragraph-display-after-columns#post-59880</link>
			<pubDate>Tue, 12 Jun 2012 20:29:29 +0000</pubDate>
			<dc:creator>bradpennock</dc:creator>
			<guid isPermaLink="false">59880@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I think I understand the problem you're having because I have it too with the Coherence theme.  &#60;/p&#62;
&#60;p&#62;There is a problem with the column shortcode not clearing (either using a clear: both; or &#38;lt;br clear=&#34;all&#34;&#38;gt; so that content below the columns doesn't &#34;creep up&#34; into the columns.&#60;/p&#62;
&#60;p&#62;I've tried to find a way to correct this in the CSS but no luck so far.&#60;/p&#62;
&#60;p&#62;My temporary fix (which I don't think should be a solution) is to add a &#38;lt;br clear=&#34;all&#34;&#38;gt; immediately after the last [/one_third] shortcode in the HTML editor (which will probably be removed once you use the Visual editor, which is why it's not a recommended solution, just a temporary fix).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>marcoev on "Weird paragraph display after columns"</title>
			<link>http://www.kriesi.at/support/topic/weird-paragraph-display-after-columns#post-59553</link>
			<pubDate>Sun, 10 Jun 2012 04:34:34 +0000</pubDate>
			<dc:creator>marcoev</dc:creator>
			<guid isPermaLink="false">59553@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi sorry for the delay, already send the user created from Wordpress, hope you can help, because this is happen to every page that i uses columns and after those columns every text start just after the las or smalles height column.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Weird paragraph display after columns"</title>
			<link>http://www.kriesi.at/support/topic/weird-paragraph-display-after-columns#post-59362</link>
			<pubDate>Fri, 08 Jun 2012 15:57:35 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">59362@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi marcoev,&#60;/p&#62;
&#60;p&#62;Can you create a temporary admin account for me so that I can login and take a look at what you have now?&#60;/p&#62;
&#60;p&#62;You can send the information to my email at DevinVinson (at) gmail.com. Make sure to include a link to this topic so that my spam filter doesn't grab it :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>marcoev on "Weird paragraph display after columns"</title>
			<link>http://www.kriesi.at/support/topic/weird-paragraph-display-after-columns#post-59146</link>
			<pubDate>Thu, 07 Jun 2012 03:54:31 +0000</pubDate>
			<dc:creator>marcoev</dc:creator>
			<guid isPermaLink="false">59146@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi i'm using the [one_third] columns option, what i try to implement is to have 3 images side by side, and after those a paragraph that describe those images centered align, after that another paragraph indicating another data left aligned, but after the columns ends, the next paragraph start on the second column, and i cant achieve what i wants.&#60;/p&#62;
&#60;p&#62;What i have is this:&#60;br /&#62;
&#60;bbcode&#62;&#60;br /&#62;
&#38;lt;h3&#38;gt;Procedure&#38;lt;/h3&#38;gt;&#60;br /&#62;
&#38;lt;h4&#38;gt;First Appointment&#38;lt;/h4&#38;gt;&#38;lt;div&#38;gt;&#60;br /&#62;
[one_third first]&#60;br /&#62;
&#60;a href=&#34;http://dentalnogales.com/wordpress/dental-implants/image058/&#34; rel=&#34;attachment wp-att-1433&#34;&#62;&#60;img title=&#34;Implante FA 1&#34; src=&#34;http://dentalnogales.com/wordpress/wp-content/uploads/2012/06/image058.jpg&#34; alt=&#34;Implante FA 1&#34; /&#62;&#60;/a&#62;&#60;br /&#62;
[/one_third]&#60;/p&#62;
&#60;p&#62;[one_third]&#60;br /&#62;
&#60;a href=&#34;http://dentalnogales.com/wordpress/dental-implants/image060/&#34; rel=&#34;attachment wp-att-1434&#34;&#62;&#60;img title=&#34;Implante FA 2&#34; src=&#34;http://dentalnogales.com/wordpress/wp-content/uploads/2012/06/image060.jpg&#34; alt=&#34;Implante FA 2&#34; /&#62;&#60;/a&#62;&#60;br /&#62;
[/one_third]&#60;/p&#62;
&#60;p&#62;[one_third]&#60;br /&#62;
&#60;a href=&#34;http://dentalnogales.com/wordpress/dental-implants/image062/&#34; rel=&#34;attachment wp-att-1435&#34;&#62;&#60;img title=&#34;Implante FA 3&#34; src=&#34;http://dentalnogales.com/wordpress/wp-content/uploads/2012/06/image062.jpg&#34; alt=&#34;Implante FA 3&#34; /&#62;&#60;/a&#62;&#60;br /&#62;
[/one_third]&#60;br /&#62;
&#38;lt;p style=&#34;text-align: center;&#34;&#38;gt;During this appointment the surgeon places the implant in the space that needs rehabilitation, a selection of the most safe and functional place is made for the success of the implant procedure.&#38;lt;/p&#38;gt;&#60;br /&#62;
&#38;lt;p style=&#34;text-align: left;&#34;&#38;gt;Appointment time is Approximate: 30min / 1 hr&#38;lt;/p&#38;gt;&#60;br /&#62;
&#60;/bbcode&#62;&#60;br /&#62;
Hope someone can help me.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
