<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1-alpha-2539" -->
<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>WordPress.com Forums &#187; Topic: Thememin Margin and Color</title>
		<link>http://en.forums.wordpress.com/topic/thememin-margin-and-color</link>
		<description>WordPress.com Forums &#187; Topic: Thememin Margin and Color</description>
		<language>en</language>
		<pubDate>Sat, 25 May 2013 13:29:31 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/thememin-margin-and-color" rel="self" type="application/rss+xml" />

		<item>
			<title>designsimply on "Thememin Margin and Color"</title>
			<link>http://en.forums.wordpress.com/topic/thememin-margin-and-color#post-992338</link>
			<pubDate>Thu, 30 Aug 2012 14:59:36 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">992338@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I'm going to mark this thread as resolved since there hasn't been any activity for over a week. To re-open the thread, please reply back here and mark the thread as 'not resolved' or <a href="http://en.forums.wordpress.com/forum/css-customization/#postform">start a new help request</a>.
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Thememin Margin and Color"</title>
			<link>http://en.forums.wordpress.com/topic/thememin-margin-and-color#post-983628</link>
			<pubDate>Tue, 21 Aug 2012 19:07:20 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">983628@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>I have been unable to actually type in the CSS stylesheet editor page (I can cut and paste from a word document but cannot type any changes in the editor).</p></blockquote>
<p>If this problem is still happening for you, can you please write back to confirm a few details such as your browser and browser version and whether you tried clearing browser cache as a troubleshooting step or not?
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Thememin Margin and Color"</title>
			<link>http://en.forums.wordpress.com/topic/thememin-margin-and-color#post-983621</link>
			<pubDate>Tue, 21 Aug 2012 19:05:11 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">983621@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Because each article in ThemeMin has distinct/separate elements for header, content, and footer and because content height varies—there is not a way that I can see to move the "Leave a Reply" comment text below each post. That said, there's always more than one way to solve a problem in CSS. :)</p>
<p>I gave moving the article header elements around in their current space a try and came up with this. Try it out and see if it gets you a little closer to your end goal:</p>
<pre><code>.entry-title {
	padding-right: 100px;
}
.entry-meta-wrap, .featured-wrap {
	position: absolute;
}
.post-comment {
	position: absolute;
	width: 110px;
	left: 580px;
	top: 0;
	border-bottom: none;
	border-top: none;
}
.entry-content, .entry-summary {
	padding: 1em 0 0 0;
	position: relative;
}
#page .entry-title {
	padding-left: 0;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>thepetiteedition on "Thememin Margin and Color"</title>
			<link>http://en.forums.wordpress.com/topic/thememin-margin-and-color#post-962273</link>
			<pubDate>Tue, 31 Jul 2012 19:17:36 +0000</pubDate>
			<dc:creator>thepetiteedition</dc:creator>
			<guid isPermaLink="false">962273@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>To clarify, I'd like to have the text of each post appear flush with the left margin of the date/comment area.  I'd also like to move the comments so that they would appear below each post.  An example (which hopefully helps explain the changes) is included below:</p>
<p>July 31<br />
2012           Title of New Post</p>
<p>Text of the post would appear in this area and be<br />
flush with the date.</p>
<p>Comments</p>
<p>Thanks very much for your assistance.
</p>
]]></description>
					</item>
		<item>
			<title>chrisrudzki on "Thememin Margin and Color"</title>
			<link>http://en.forums.wordpress.com/topic/thememin-margin-and-color#post-960998</link>
			<pubDate>Mon, 30 Jul 2012 18:22:30 +0000</pubDate>
			<dc:creator>chrisrudzki</dc:creator>
			<guid isPermaLink="false">960998@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>As for the issue you're having with the CSS editor, could you try clearing your browser's cache?</p>
<p><a href="http://en.support.wordpress.com/browser-issues/" rel="nofollow">http://en.support.wordpress.com/browser-issues/</a></p>
<p>Please also make sure Javascript is enabled.
</p>
]]></description>
					</item>
		<item>
			<title>chrisrudzki on "Thememin Margin and Color"</title>
			<link>http://en.forums.wordpress.com/topic/thememin-margin-and-color#post-960987</link>
			<pubDate>Mon, 30 Jul 2012 18:19:11 +0000</pubDate>
			<dc:creator>chrisrudzki</dc:creator>
			<guid isPermaLink="false">960987@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Howdy,</p>
<p>Could you describe which margin you're trying to change? I'll be happy to help!</p>
<p>The post date is rendered as a link, so you'll need to use the following CSS to change how it appears:</p>
<pre><code>.post-date a:link {color:#FF0000;}
.post-date a:visited {color:#00FF00;}
.post-date a:hover {color:#FF00FF;}
.post-date a:active {color:#0000FF;}</code></pre>
<p>The color values are in hex. You can find suitable colors by hex code here:<br />
<a href="http://www.w3schools.com/html/html_colors.asp" rel="nofollow">http://www.w3schools.com/html/html_colors.asp</a></p>
<p>You can learn more about these pseudo-classes here:<br />
<a href="http://www.w3schools.com/css/css_pseudo_classes.asp" rel="nofollow">http://www.w3schools.com/css/css_pseudo_classes.asp</a>
</p>
]]></description>
					</item>
		<item>
			<title>thepetiteedition on "Thememin Margin and Color"</title>
			<link>http://en.forums.wordpress.com/topic/thememin-margin-and-color#post-956789</link>
			<pubDate>Wed, 25 Jul 2012 16:53:09 +0000</pubDate>
			<dc:creator>thepetiteedition</dc:creator>
			<guid isPermaLink="false">956789@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I would like to decrease the left margin and make the date the same blue as the highlighting text for the following blog: <a href="http://thepetiteedition.com" rel="nofollow">http://thepetiteedition.com</a> </p>
<p>Also - I have been unable to actually type in the CSS stylesheet editor page (I can cut and paste from a word document but cannot type any changes in the editor).</p>
<p>Any help would be appreciated!
</p>
]]></description>
					</item>

	</channel>
</rss>
