<?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: Header broken - CSS gone</title>
		<link>http://en.forums.wordpress.com/topic/header-broken-css-gone</link>
		<description>WordPress.com Forums &#187; Topic: Header broken - CSS gone</description>
		<language>en</language>
		<pubDate>Sat, 18 May 2013 21:09:32 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/header-broken-css-gone" rel="self" type="application/rss+xml" />

		<item>
			<title>designsimply on "Header broken - CSS gone"</title>
			<link>http://en.forums.wordpress.com/topic/header-broken-css-gone#post-1154229</link>
			<pubDate>Sat, 16 Feb 2013 16:25:49 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1154229@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Looking directly at the style.css file like that is probably not the best way for beginners to view CSS. :)</p>
<p>Try checking out the built in web inspector tools in your browser. Right-click on an element and then select the "Inspect Element" option. You should see a panel open up with the HTML for what you clicked on highlighted and all of the CSS that applies to it as well. It's a great way to see which CSS rules take precedence too because you can see which rules are crossed out and which ones aren't (the crossed out ones get overridden by stronger CSS rules).</p>
<p>Also keep in mind that CSS posted on other sites might not work for you because they're using a different theme.</p>
<p>I see that <a href="http://thepoliticalpaige.wordpress.com/" rel="nofollow">http://thepoliticalpaige.wordpress.com/</a> is using the iThemes2 theme, so try adding the following to your Appearance &#8594; Custom Design &#8594; CSS editor to cut off the header image and make it appear shorter:</p>
<pre><code>#custom-header-image {
	display: none;
}
#masthead &gt; a {
	display: block;
	width: 978px;
	height: 180px;
	background: url(http://thepoliticalpaige.files.wordpress.com/2013/02/cropped-2am-52.png) no-repeat;
}</code></pre>
<p>Note that this overrides the image that is set on the Appearance &#8594; Header page using custom CSS. So if you want to change the header image in the future, you need to remember to update it on the Appearance &#8594; Custom Design &#8594; CSS page.
</p>
]]></description>
					</item>
		<item>
			<title>thepoliticalpaige on "Header broken - CSS gone"</title>
			<link>http://en.forums.wordpress.com/topic/header-broken-css-gone#post-1150062</link>
			<pubDate>Mon, 11 Feb 2013 20:30:46 +0000</pubDate>
			<dc:creator>thepoliticalpaige</dc:creator>
			<guid isPermaLink="false">1150062@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>??? i've found other sites that suggest alternate codes - but nothing's working. any help?
</p>
]]></description>
					</item>
		<item>
			<title>thepoliticalpaige on "Header broken - CSS gone"</title>
			<link>http://en.forums.wordpress.com/topic/header-broken-css-gone#post-1149187</link>
			<pubDate>Mon, 11 Feb 2013 02:55:12 +0000</pubDate>
			<dc:creator>thepoliticalpaige</dc:creator>
			<guid isPermaLink="false">1149187@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>just a follow up - have been trying all afternoon - there is no "header height" slot to be found - really hoping someone knows!
</p>
]]></description>
					</item>
		<item>
			<title>thepoliticalpaige on "Header broken - CSS gone"</title>
			<link>http://en.forums.wordpress.com/topic/header-broken-css-gone#post-1148995</link>
			<pubDate>Sun, 10 Feb 2013 22:21:20 +0000</pubDate>
			<dc:creator>thepoliticalpaige</dc:creator>
			<guid isPermaLink="false">1148995@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>yikes! - I really appreciate your help - but that may be the most convoluted css I've ever seen (I am definitely not an expert - but still...wow)</p>
<p>you obviously know your stuff -- any chance you know where in there the "header height" is located? literally not seeing it. thanks again for your help.
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Header broken - CSS gone"</title>
			<link>http://en.forums.wordpress.com/topic/header-broken-css-gone#post-1148988</link>
			<pubDate>Sun, 10 Feb 2013 22:09:12 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">1148988@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>The itheme2 stylesheet is here<br />
 <a href="https://wpcom-themes.svn.automattic.com/itheme2/style.css" rel="nofollow">https://wpcom-themes.svn.automattic.com/itheme2/style.css</a><br />
When you alter a theme’s stylesheet, you only need to put in the Editor the modification/additions to the CSS, not the entire thing.
</p>
]]></description>
					</item>
		<item>
			<title>thepoliticalpaige on "Header broken - CSS gone"</title>
			<link>http://en.forums.wordpress.com/topic/header-broken-css-gone#post-1148979</link>
			<pubDate>Sun, 10 Feb 2013 21:54:34 +0000</pubDate>
			<dc:creator>thepoliticalpaige</dc:creator>
			<guid isPermaLink="false">1148979@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>So no headway on making the header image "shorter" - is there a place I can see the CSS for myself (the stylesheet that's currently in place) so I can just try some things to see if I can fix the issue myself?
</p>
]]></description>
					</item>

	</channel>
</rss>
