<?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: Comments margin needs work.</title>
		<link>http://www.kriesi.at/support/topic/comments-margin-needs-work</link>
		<description>Support Forum - Topic: Comments margin needs work.</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 01:59:48 +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/comments-margin-needs-work" rel="self" type="application/rss+xml" />

		<item>
			<title>Mya on "Comments margin needs work."</title>
			<link>http://www.kriesi.at/support/topic/comments-margin-needs-work#post-81705</link>
			<pubDate>Wed, 31 Oct 2012 14:37:32 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">81705@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi evanhp,&#60;/p&#62;
&#60;p&#62;For #1, open your custom.css and find this code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.template-blog .entry-content {
    float: left;
    position: relative;
    width: 615px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The width is what's causing the comments to push into the sidebar so try changing width: 615px; to width: auto; like this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.template-blog .entry-content {
    float: left;
    position: relative;
    width: auto;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;As far as the updating the theme. We do recommend that you keep your WordPress install, plugins and theme up-to-date simply for security reasons. An out of date install of WordPress could result in your website being hacked. That said, here's some steps to ensure you have less problems when updating.&#60;/p&#62;
&#60;p&#62;- Make sure all CSS customizations are located in the custom.css.&#60;br /&#62;
- Make note of any customizations you did to template files such as page.php, header.php and footer.php.&#60;br /&#62;
- Inside the zip file you download from ThemeForest, Kriesi has included a version log document that tells what files were altered. The safest way to make sure your customizations aren't overwritten is to manually update. By that I mean instead of overwriting the entire theme only overwrite those files (or folders) listed in the version log.&#60;br /&#62;
- Backup your existing theme and data prior to updating. This way in case anything does happen you can revert back.&#60;br /&#62;
- Take screenshots of your theme options. Again, just in case anything does happen.&#60;/p&#62;
&#60;p&#62;Hope this helps!&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Mya
&#60;/p&#62;</description>
		</item>
		<item>
			<title>evanhp on "Comments margin needs work."</title>
			<link>http://www.kriesi.at/support/topic/comments-margin-needs-work#post-81546</link>
			<pubDate>Tue, 30 Oct 2012 13:18:13 +0000</pubDate>
			<dc:creator>evanhp</dc:creator>
			<guid isPermaLink="false">81546@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;1. I used the first code for the comments and it still didn't seem to keep the text from overlapping in to the sidebar.&#60;/p&#62;
&#60;p&#62;2. The tags code seemed to work though.&#60;/p&#62;
&#60;p&#62;3. And on the install comment, I have worked so hard to get this to work properly I am afraid to install anything else.&#60;br /&#62;
Im also waiting to install wordpress for the same reason as well.&#60;/p&#62;
&#60;p&#62;Each time I install something I seem to run in to hiccups with the design. Will I not ave to adjust anything if I download the newer version of the theme?&#60;/p&#62;
&#60;p&#62;Thanks, any help would be appreciated.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Comments margin needs work."</title>
			<link>http://www.kriesi.at/support/topic/comments-margin-needs-work#post-80748</link>
			<pubDate>Tue, 23 Oct 2012 14:26:41 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">80748@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey evanhp,&#60;/p&#62;
&#60;p&#62;First I would suggest updating the theme by downloading the most recent version from your Downloads on Themeforest. Then install the new version overtop of the old in the same way you first installed the theme. &#60;/p&#62;
&#60;p&#62;This will atleast make sure any fixes are being applied to the most recent and updated css.&#60;/p&#62;
&#60;p&#62;The immediate fix would be to add the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.comment_text.entry-content {
width: auto;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Edit: This should also fix the Tags overlapping your social icons, I just noticed that was happening as well:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.blog-tags.minor-meta {
margin-top: 20px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>evanhp on "Comments margin needs work."</title>
			<link>http://www.kriesi.at/support/topic/comments-margin-needs-work#post-80746</link>
			<pubDate>Tue, 23 Oct 2012 14:18:52 +0000</pubDate>
			<dc:creator>evanhp</dc:creator>
			<guid isPermaLink="false">80746@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;So I'm trying to figure out how to fix my comment margin on the site. I found some code on another support post but it didn't quite work perfectly. &#60;/p&#62;
&#60;p&#62;My comments currently flow in to the sidebar and I obviously need to fix that. When I changed the margin it moved it too far to the left, I really just need to fix the right margin. I'm sure it's real easy but couldn't get it to look just right.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://alightfilledlife.com/?p=943#comments&#34; rel=&#34;nofollow&#34;&#62;http://alightfilledlife.com/?p=943#comments&#60;/a&#62; is the site or &#60;a href=&#34;http://bit.ly/T8y3ir&#34; rel=&#34;nofollow&#34;&#62;http://bit.ly/T8y3ir&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks guys and keep up the great work!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
