<?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: Adding space above Site Title - Twenty Eleven</title>
		<link>http://en.forums.wordpress.com/topic/adding-space-above-site-title-twenty-eleven</link>
		<description>WordPress.com Forums &#187; Topic: Adding space above Site Title - Twenty Eleven</description>
		<language>en</language>
		<pubDate>Fri, 24 May 2013 05:22:31 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/adding-space-above-site-title-twenty-eleven" rel="self" type="application/rss+xml" />

		<item>
			<title>designsimply on "Adding space above Site Title - Twenty Eleven"</title>
			<link>http://en.forums.wordpress.com/topic/adding-space-above-site-title-twenty-eleven#post-823356</link>
			<pubDate>Mon, 20 Feb 2012 19:43:40 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">823356@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>It does matter what order the code is in. If you add two rules that are the same specificity (meaning the same level), then the latest one is used. So, adding new CSS to the very end of your custom CSS edits is probably the best way to do it.
</p>
]]></description>
					</item>
		<item>
			<title>monaleasaa on "Adding space above Site Title - Twenty Eleven"</title>
			<link>http://en.forums.wordpress.com/topic/adding-space-above-site-title-twenty-eleven#post-822315</link>
			<pubDate>Sun, 19 Feb 2012 00:25:33 +0000</pubDate>
			<dc:creator>monaleasaa</dc:creator>
			<guid isPermaLink="false">822315@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Perfect... thanks... So, if I understand it, it doesn't matter where the code is located as long as the instructions are "correct" it will go where its coded to go! (If that makes sense) lol</p>
<p>I will use this w3schools a lot... cheers...
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Adding space above Site Title - Twenty Eleven"</title>
			<link>http://en.forums.wordpress.com/topic/adding-space-above-site-title-twenty-eleven#post-821951</link>
			<pubDate>Sat, 18 Feb 2012 13:26:08 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">821951@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>This is just one example showing what happens if there are three values. You can actually have one, two, three, or four values.</p>
<p>When there are three values, then the 2nd value is used for right and left:</p>
<p><code>body { margin: 1em 2em 3em } /* top=1em, right=2em, bottom=3em, left=2em */</code></p>
<p>If there are four values, then the values work clockwise like this:</p>
<p><code>body { margin: 1em 2em 3em 4em } /* top=1em, right=2em, bottom=3em, left=4em */</code></p>
<p>You might like this site where you can test out changes on the page:<br />
<a href="http://www.w3schools.com/css/tryit.asp?filename=trycss_margin_sides" rel="nofollow">http://www.w3schools.com/css/tryit.asp?filename=trycss_margin_sides</a>
</p>
]]></description>
					</item>
		<item>
			<title>monaleasaa on "Adding space above Site Title - Twenty Eleven"</title>
			<link>http://en.forums.wordpress.com/topic/adding-space-above-site-title-twenty-eleven#post-821653</link>
			<pubDate>Sat, 18 Feb 2012 01:06:44 +0000</pubDate>
			<dc:creator>monaleasaa</dc:creator>
			<guid isPermaLink="false">821653@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I got the left margin by changing the following:</p>
<p>From:</p>
<p>#branding hgroup {<br />
margin:0 4.6%</p>
<p>To:</p>
<p>#branding hgroup {<br />
margin:0 0.6%</p>
<p>   :)  happy ..
</p>
]]></description>
					</item>
		<item>
			<title>monaleasaa on "Adding space above Site Title - Twenty Eleven"</title>
			<link>http://en.forums.wordpress.com/topic/adding-space-above-site-title-twenty-eleven#post-821647</link>
			<pubDate>Sat, 18 Feb 2012 01:02:23 +0000</pubDate>
			<dc:creator>monaleasaa</dc:creator>
			<guid isPermaLink="false">821647@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I'm confused... In the box model it states that the example shows 3 values yet it states that they refer to 4 values:</p>
<p>body { margin: 1em 2em 3em } /* top=1em, right=2em, bottom=3em, left=2em */</p>
<p>I don't understand where the 4th value comes from?
</p>
]]></description>
					</item>
		<item>
			<title>monaleasaa on "Adding space above Site Title - Twenty Eleven"</title>
			<link>http://en.forums.wordpress.com/topic/adding-space-above-site-title-twenty-eleven#post-821645</link>
			<pubDate>Sat, 18 Feb 2012 00:53:43 +0000</pubDate>
			<dc:creator>monaleasaa</dc:creator>
			<guid isPermaLink="false">821645@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Is this what I'm looking for?</p>
<p>#branding hgroup {<br />
margin:0 4.6%;<br />
}
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Adding space above Site Title - Twenty Eleven"</title>
			<link>http://en.forums.wordpress.com/topic/adding-space-above-site-title-twenty-eleven#post-821601</link>
			<pubDate>Sat, 18 Feb 2012 00:11:59 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">821601@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>In the case of your theme, Twenty Eleven, that particular space to the left of the site title is actually set on the "#branding hgroup" selector, and it's using the shorthand version of the margin property.</p>
<p>See <a href="http://www.w3.org/TR/CSS2/box.html#propdef-margin" rel="nofollow">http://www.w3.org/TR/CSS2/box.html#propdef-margin</a>
</p>
]]></description>
					</item>
		<item>
			<title>monaleasaa on "Adding space above Site Title - Twenty Eleven"</title>
			<link>http://en.forums.wordpress.com/topic/adding-space-above-site-title-twenty-eleven#post-821595</link>
			<pubDate>Sat, 18 Feb 2012 00:06:31 +0000</pubDate>
			<dc:creator>monaleasaa</dc:creator>
			<guid isPermaLink="false">821595@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>now I want to move the site title a little more to the left, so my question is:  </p>
<p>am i looking for the reference</p>
<p>#site-title{<br />
margin-left:VALUE<br />
padding:VALUE<br />
}</p>
<p>LOL... don't tell me, i just need a hint as to what I'm looking for and then I want to try to take it from there...lol
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Adding space above Site Title - Twenty Eleven"</title>
			<link>http://en.forums.wordpress.com/topic/adding-space-above-site-title-twenty-eleven#post-821567</link>
			<pubDate>Fri, 17 Feb 2012 23:46:25 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">821567@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Nice work!</p>
<p>padding: 1.95625em 0 0; and padding-top: 1.95625em; should do the exact same thing by the way. The rule that I added should also work.
</p>
]]></description>
					</item>
		<item>
			<title>monaleasaa on "Adding space above Site Title - Twenty Eleven"</title>
			<link>http://en.forums.wordpress.com/topic/adding-space-above-site-title-twenty-eleven#post-821558</link>
			<pubDate>Fri, 17 Feb 2012 23:38:56 +0000</pubDate>
			<dc:creator>monaleasaa</dc:creator>
			<guid isPermaLink="false">821558@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>FOUND it ....</p>
<p>changed this:</p>
<p>#site-title {<br />
margin-right:0;<br />
padding:4.95625em 0 0;<br />
}</p>
<p>to this:</p>
<p>#site-title {<br />
margin-right:0;<br />
padding:1.95625em 0 0;<br />
}<br />
         ;)   happy
</p>
]]></description>
					</item>
		<item>
			<title>monaleasaa on "Adding space above Site Title - Twenty Eleven"</title>
			<link>http://en.forums.wordpress.com/topic/adding-space-above-site-title-twenty-eleven#post-821548</link>
			<pubDate>Fri, 17 Feb 2012 23:34:37 +0000</pubDate>
			<dc:creator>monaleasaa</dc:creator>
			<guid isPermaLink="false">821548@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Sorry , but that didn't work.... question.. do I paste the code at the top of the page or down near the firs "site" reference?
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Adding space above Site Title - Twenty Eleven"</title>
			<link>http://en.forums.wordpress.com/topic/adding-space-above-site-title-twenty-eleven#post-821463</link>
			<pubDate>Fri, 17 Feb 2012 22:37:25 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">821463@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>To adjust the space above the site title in the Twenty Eleven theme, try this:</p>
<pre><code>#site-title {
  padding-top: 1em;
}</code></pre>
<p>Adjust the 1em to the spacing you want.
</p>
]]></description>
					</item>
		<item>
			<title>monaleasaa on "Adding space above Site Title - Twenty Eleven"</title>
			<link>http://en.forums.wordpress.com/topic/adding-space-above-site-title-twenty-eleven#post-821119</link>
			<pubDate>Fri, 17 Feb 2012 17:59:20 +0000</pubDate>
			<dc:creator>monaleasaa</dc:creator>
			<guid isPermaLink="false">821119@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I would like to reduce the space between the top of the page and the site title... I have read numerous related subjects but can't find the code, would you mind helping me out?  Thanks, </p>
<p><a href="http://millgrovewoodproductsltd.wordpress.com/">Reducing the spacing between page and site header</a>
</p>
]]></description>
					</item>

	</channel>
</rss>
