<?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: Question about CSS</title>
		<link>http://en.forums.wordpress.com/topic/question-about-css</link>
		<description>WordPress.com Forums &#187; Topic: Question about CSS</description>
		<language>en</language>
		<pubDate>Sat, 25 May 2013 03:12:29 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/question-about-css" rel="self" type="application/rss+xml" />

		<item>
			<title>notchangingmyname on "Question about CSS"</title>
			<link>http://en.forums.wordpress.com/topic/question-about-css#post-924480</link>
			<pubDate>Mon, 25 Jun 2012 15:52:50 +0000</pubDate>
			<dc:creator>notchangingmyname</dc:creator>
			<guid isPermaLink="false">924480@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks! Much appreciated.
</p>
]]></description>
					</item>
		<item>
			<title>zandyring on "Question about CSS"</title>
			<link>http://en.forums.wordpress.com/topic/question-about-css#post-923890</link>
			<pubDate>Sun, 24 Jun 2012 21:44:32 +0000</pubDate>
			<dc:creator>zandyring</dc:creator>
			<guid isPermaLink="false">923890@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You can combine them. You can also have them separate, it doesn't <em>really</em> matter, but you'll have just one place to look for the value if you want to change it to 46px or something in the future. Think of it this way - you can email one email to three different people, three different times, or you can email them once all at the same time. As long as all three are getting the exact same message, you can specify them all at once. Separate with commas.</p>
<pre><code>.home .entry-thumbnail, .home .entry-content body.page .entry-content,  .archive .entry-thumbnail, .archive .entry-content {
display:block;
padding-top:43px;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>timethief on "Question about CSS"</title>
			<link>http://en.forums.wordpress.com/topic/question-about-css#post-923154</link>
			<pubDate>Sat, 23 Jun 2012 22:11:59 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">923154@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi there,<br />
I don't help with CSS editing. Aside from Staff support for CSS editing, which is usually provided by designsimply, from time to time thesacredpath, a Volunteer helps too. I see that he is on the forum now and I'll bump this thread in the hope that he will respond to you.
</p>
]]></description>
					</item>
		<item>
			<title>notchangingmyname on "Question about CSS"</title>
			<link>http://en.forums.wordpress.com/topic/question-about-css#post-922894</link>
			<pubDate>Sat, 23 Jun 2012 16:46:33 +0000</pubDate>
			<dc:creator>notchangingmyname</dc:creator>
			<guid isPermaLink="false">922894@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks to all the wonderful help I've received here, I've been making a lot of changes to my blog and picking up some useful CSS tips. I have a question about what is more efficient and "correct" as far as CSS code goes.</p>
<p>So, I received the following code because I wanted my post titles on my home page to be above the thumbnails:</p>
<blockquote><p>
.entry-title {<br />
	display:block;<br />
	position:absolute;<br />
	left:0;<br />
	overflow:hidden;<br />
	height:30px;<br />
	width:550px;<br />
	white-space:nowrap;<br />
}</p></blockquote>
<p>Then I was given the following code so my titles and posts wouldn't overlap:</p>
<blockquote><p>.home .entry-thumbnail,.home .entry-content {<br />
	display:block;<br />
	padding-top:43px;<br />
}
</p></blockquote>
<p>Today I noticed that the titles and content of my Archives and Pages were still overlapping, and I was able to modify the above code and fix it myself.</p>
<blockquote><p>body.page .entry-content {<br />
	display:block;<br />
	padding-top:43px;<br />
}</p>
<p>.archive .entry-thumbnail,.archive .entry-content {<br />
	display:block;<br />
	padding-top:43px;<br />
}</p></blockquote>
<p>So my question for today is, is there a way to combine all three of the last pieces of code so that it's just one? Is is "better" to have it as one or does it not make a difference?</p>
<p>I ask because I have a bunch of what I think will be global changes to make to my CSS, such as changing the Archives titles and Widget titles to be the same as the post titles, and I wasn't sure if I could just add the various selectors to one bit of code or if I have to write the same code over and over with the different selectors or whatever.</p>
<p>Thanks!!
</p>
]]></description>
					</item>

	</channel>
</rss>
