<?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: text overflow</title>
		<link>http://www.kriesi.at/support/topic/text-overflow</link>
		<description>Support Forum - Topic: text overflow</description>
		<language>en-US</language>
		<pubDate>Thu, 23 May 2013 04:55:00 +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/text-overflow" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "text overflow"</title>
			<link>http://www.kriesi.at/support/topic/text-overflow#post-28834</link>
			<pubDate>Thu, 06 Oct 2011 14:44:24 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">28834@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that I could help you :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mike30 on "text overflow"</title>
			<link>http://www.kriesi.at/support/topic/text-overflow#post-28815</link>
			<pubDate>Thu, 06 Oct 2011 12:37:21 +0000</pubDate>
			<dc:creator>mike30</dc:creator>
			<guid isPermaLink="false">28815@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;thank you very much  !
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "text overflow"</title>
			<link>http://www.kriesi.at/support/topic/text-overflow#post-28771</link>
			<pubDate>Thu, 06 Oct 2011 06:32:17 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">28771@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;It's not easily possible to change the meta like in the screenshot. You need to do some code changes to the php code/html code too in this case (change the text output, etc.). I can give you a hint for the css code only:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.minor-meta {
    display: inline;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This will force the text inline however you need to adjust the output otherwise breaks, missing spaces, etc. mess up the text.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mike30 on "text overflow"</title>
			<link>http://www.kriesi.at/support/topic/text-overflow#post-28714</link>
			<pubDate>Wed, 05 Oct 2011 19:42:07 +0000</pubDate>
			<dc:creator>mike30</dc:creator>
			<guid isPermaLink="false">28714@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;it's the same just float to left&#60;br /&#62;
l mean the blog meta will be like this :&#60;br /&#62;
&#60;a href=&#34;http://imageshack.us/photo/my-images/62/meta1j.jpg/&#34;&#62;&#60;img src=&#34;http://img62.imageshack.us/img62/2245/meta1j.jpg&#34;&#62;&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Uploaded with &#60;a href=&#34;http://imageshack.us&#34;&#62;ImageShack.us&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;thank your reply !
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "text overflow"</title>
			<link>http://www.kriesi.at/support/topic/text-overflow#post-28712</link>
			<pubDate>Wed, 05 Oct 2011 19:18:59 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">28712@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Use following code:&#60;/p&#62;
&#60;p&#62;.sidebar_left .template-blog .blog-meta {&#60;br /&#62;
    float: left;&#60;br /&#62;
    margin: 0;&#60;br /&#62;
 }
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mike30 on "text overflow"</title>
			<link>http://www.kriesi.at/support/topic/text-overflow#post-28671</link>
			<pubDate>Wed, 05 Oct 2011 11:07:02 +0000</pubDate>
			<dc:creator>mike30</dc:creator>
			<guid isPermaLink="false">28671@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;now l see the lines about it , but still  l miss something .&#60;br /&#62;
l try to  do the &#34;blog-meta&#34; in the same position  but that will show in line&#60;br /&#62;
&#60;a href=&#34;http://www.mikvision.com/test22/?page_id=527&#34; rel=&#34;nofollow&#34;&#62;http://www.mikvision.com/test22/?page_id=527&#60;/a&#62;&#60;br /&#62;
thank you
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "text overflow"</title>
			<link>http://www.kriesi.at/support/topic/text-overflow#post-28660</link>
			<pubDate>Wed, 05 Oct 2011 08:22:03 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">28660@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Basicaly the &#34;left sidebar css code&#34; can be found in style.css (I'd overwrite the rules with css/custom.css though):&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;/*left sidebar*/
.sidebar_left .content{
float:right;
padding:0 0 0 30px;
}

.sidebar_left .template-blog .entry-content{
float:left;
}

.sidebar_left .template-blog .blog-meta{
float:right;
margin:0 0 0 30px;
}

#top .sidebar_left .template-blog .post-title {
    margin-left:0;
    margin-right:160px;
}

.sidebar_left.small_image .mini_slider{
float: right;
}

.sidebar_left.small_image .blog-meta{
float:left;
margin:0 30px 0 0;
}

.sidebar_left.sidebar{
margin-left: 0;
padding: 0px 30px 10px 0;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>mike30 on "text overflow"</title>
			<link>http://www.kriesi.at/support/topic/text-overflow#post-28603</link>
			<pubDate>Tue, 04 Oct 2011 18:52:28 +0000</pubDate>
			<dc:creator>mike30</dc:creator>
			<guid isPermaLink="false">28603@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;l mean  that l can not find the medium preview image layout with left sidebar in the css
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mike30 on "text overflow"</title>
			<link>http://www.kriesi.at/support/topic/text-overflow#post-28597</link>
			<pubDate>Tue, 04 Oct 2011 16:08:41 +0000</pubDate>
			<dc:creator>mike30</dc:creator>
			<guid isPermaLink="false">28597@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;no l did not  fix this issue ,what you see This is small preview image in post layot but in  Blog Layout go to right side .&#60;br /&#62;
thank
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "text overflow"</title>
			<link>http://www.kriesi.at/support/topic/text-overflow#post-28578</link>
			<pubDate>Tue, 04 Oct 2011 14:17:19 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">28578@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I just visited your website and noticed that the meta data is displayed after the post title - did you solve the problem?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mike30 on "text overflow"</title>
			<link>http://www.kriesi.at/support/topic/text-overflow#post-28504</link>
			<pubDate>Mon, 03 Oct 2011 14:37:08 +0000</pubDate>
			<dc:creator>mike30</dc:creator>
			<guid isPermaLink="false">28504@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;great !!!&#60;br /&#62;
l have only one more issue with the meta near the post&#60;br /&#62;
l want to do this :&#60;br /&#62;
&#60;a href=&#34;http://img291.imageshack.us/img291/7514/metay.jpg&#34; rel=&#34;nofollow&#34;&#62;http://img291.imageshack.us/img291/7514/metay.jpg&#60;/a&#62;&#60;br /&#62;
you can guide me where can  l modify it in the css ?&#60;br /&#62;
thank you very much
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "text overflow"</title>
			<link>http://www.kriesi.at/support/topic/text-overflow#post-28499</link>
			<pubDate>Mon, 03 Oct 2011 14:01:55 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">28499@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Issue one is solved (at least the text displays after the avatar and doesn't overlap it. Issue 2) is caused by the long text strings (strings without line breaks or spaces - it's nearly impossible to replicate this error with standard sentences/words) but you can solve the problem with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.comment_content {
    margin: 0 0 0 55px;
    word-wrap: break-word;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>mike30 on "text overflow"</title>
			<link>http://www.kriesi.at/support/topic/text-overflow#post-28497</link>
			<pubDate>Mon, 03 Oct 2011 13:29:23 +0000</pubDate>
			<dc:creator>mike30</dc:creator>
			<guid isPermaLink="false">28497@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;l try you modify but still same thing .&#60;br /&#62;
maybe you have more idea ?&#60;/p&#62;
&#60;p&#62;thank you
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "text overflow"</title>
			<link>http://www.kriesi.at/support/topic/text-overflow#post-28490</link>
			<pubDate>Mon, 03 Oct 2011 11:46:24 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">28490@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ok - add following code to css/custom.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.comment_content {
    margin: 0 0 0 55px;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>mike30 on "text overflow"</title>
			<link>http://www.kriesi.at/support/topic/text-overflow#post-28482</link>
			<pubDate>Mon, 03 Oct 2011 11:21:47 +0000</pubDate>
			<dc:creator>mike30</dc:creator>
			<guid isPermaLink="false">28482@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Dude ,&#60;br /&#62;
l have not install plugins .&#60;br /&#62;
this link for test : &#60;a href=&#34;http://www.mikvision.com/test22/?p=282&#34; rel=&#34;nofollow&#34;&#62;http://www.mikvision.com/test22/?p=282&#60;/a&#62;&#60;br /&#62;
thank you !
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "text overflow"</title>
			<link>http://www.kriesi.at/support/topic/text-overflow#post-28460</link>
			<pubDate>Mon, 03 Oct 2011 06:12:09 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">28460@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
can you post a link please. Maybe it's caused by a html coding error, css code, etc. Try to deactivate all plugins - maybe one conflicts with our theme.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mike30 on "text overflow"</title>
			<link>http://www.kriesi.at/support/topic/text-overflow#post-28429</link>
			<pubDate>Mon, 03 Oct 2011 00:17:37 +0000</pubDate>
			<dc:creator>mike30</dc:creator>
			<guid isPermaLink="false">28429@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello ,&#60;br /&#62;
l need help with Comments , when post Comment  with long text it is go overflow .&#60;br /&#62;
&#60;a href=&#34;http://img839.imageshack.us/img839/6633/textover.jpg&#34; rel=&#34;nofollow&#34;&#62;http://img839.imageshack.us/img839/6633/textover.jpg&#60;/a&#62;&#60;br /&#62;
how to fix it ?&#60;br /&#62;
thanks
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
