<?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: Add logo and change spacing</title>
		<link>http://en.forums.wordpress.com/topic/add-logo-and-change-spacing</link>
		<description>WordPress.com Forums &#187; Topic: Add logo and change spacing</description>
		<language>en</language>
		<pubDate>Sun, 19 May 2013 18:19:53 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/add-logo-and-change-spacing" rel="self" type="application/rss+xml" />

		<item>
			<title>designsimply on "Add logo and change spacing"</title>
			<link>http://en.forums.wordpress.com/topic/add-logo-and-change-spacing#post-1160227</link>
			<pubDate>Fri, 22 Feb 2013 19:23:24 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1160227@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You're welcome!
</p>
]]></description>
					</item>
		<item>
			<title>acupunctuurpraktijk on "Add logo and change spacing"</title>
			<link>http://en.forums.wordpress.com/topic/add-logo-and-change-spacing#post-1160223</link>
			<pubDate>Fri, 22 Feb 2013 19:21:16 +0000</pubDate>
			<dc:creator>acupunctuurpraktijk</dc:creator>
			<guid isPermaLink="false">1160223@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Yep that works. Thanks so much for your help!</p>
<p>Daan
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Add logo and change spacing"</title>
			<link>http://en.forums.wordpress.com/topic/add-logo-and-change-spacing#post-1158911</link>
			<pubDate>Thu, 21 Feb 2013 15:16:08 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1158911@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>The value you entered in url() is a link to a web page, but it needs to be an image.</p>
<p>Instead of this:<br />
<a href="http://acupunctuurpraktijkutrecht.wordpress.com/?attachment_id=260" rel="nofollow">http://acupunctuurpraktijkutrecht.wordpress.com/?attachment_id=260</a></p>
<p>Use this:<br />
<a href="http://acupunctuurpraktijkutrecht.files.wordpress.com/2013/02/logo-geknipt1.jpg?w=489" rel="nofollow">http://acupunctuurpraktijkutrecht.files.wordpress.com/2013/02/logo-geknipt1.jpg?w=489</a></p>
<p>Also, you'll want to adjust the -15px value to work better with your image compared to the logo example I used. Here is an updated example:</p>
<pre><code>#branding {
	background: url(&#039;http://acupunctuurpraktijkutrecht.files.wordpress.com/2013/02/logo-geknipt1.jpg?w=489&#039;) center 25px no-repeat;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>acupunctuurpraktijk on "Add logo and change spacing"</title>
			<link>http://en.forums.wordpress.com/topic/add-logo-and-change-spacing#post-1153317</link>
			<pubDate>Fri, 15 Feb 2013 10:58:55 +0000</pubDate>
			<dc:creator>acupunctuurpraktijk</dc:creator>
			<guid isPermaLink="false">1153317@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi,</p>
<p>Thanks for your help! I've managed to change the padding and remove the search form. Adding my logo hasn't worked yet though. I want to add the logo above the header image. I've added some padding to give the logo more room, but  still can't see it. The image is 489X107. Is it to big?</p>
<p>This is what I've written in CSS</p>
<p>#branding {<br />
    background: url(<a href="http://acupunctuurpraktijkutrecht.wordpress.com/?attachment_id=260" rel="nofollow">http://acupunctuurpraktijkutrecht.wordpress.com/?attachment_id=260</a>) center -15px no-repeat;
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Add logo and change spacing"</title>
			<link>http://en.forums.wordpress.com/topic/add-logo-and-change-spacing#post-1152786</link>
			<pubDate>Thu, 14 Feb 2013 17:01:02 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1152786@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>3) Also I would like to move the "page title" (welkom bij Baidu..) up, so it is closer to the "header image".</p></blockquote>
<p>This will adjust the spacing above the main content area for single pages on the Twenty Eleven theme:</p>
<pre><code>.singular.page .hentry {
	padding-top: 0;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>designsimply on "Add logo and change spacing"</title>
			<link>http://en.forums.wordpress.com/topic/add-logo-and-change-spacing#post-1152784</link>
			<pubDate>Thu, 14 Feb 2013 16:59:35 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1152784@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>2) Remove the search bar</p></blockquote>
<p>To hide the header search form in the Twenty Eleven theme, add this to your Appearance &#8594; Custom Design &#8594; CSS editor:</p>
<pre><code>#branding #searchform {
	display: none;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>designsimply on "Add logo and change spacing"</title>
			<link>http://en.forums.wordpress.com/topic/add-logo-and-change-spacing#post-1152783</link>
			<pubDate>Thu, 14 Feb 2013 16:59:00 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1152783@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>1) Add my own logo (jpg) in the centre.</p></blockquote>
<p>You can add a logo using the "background" CSS property. Here is an example that will work for the Twenty Eleven theme:</p>
<pre><code>#branding {
	background: url(http://s.wordpress.org/about/images/wordpress-logo-notext-bg.png) center -15px no-repeat;
}</code></pre>
<p>Replace the url() value with a link to your logo, and adjust the number values if needed. If your logo is bigger than the space given, you could add a "padding-top" property to the CSS example above to get more space.
</p>
]]></description>
					</item>
		<item>
			<title>fusionrm on "Add logo and change spacing"</title>
			<link>http://en.forums.wordpress.com/topic/add-logo-and-change-spacing#post-1141842</link>
			<pubDate>Sat, 02 Feb 2013 17:28:15 +0000</pubDate>
			<dc:creator>fusionrm</dc:creator>
			<guid isPermaLink="false">1141842@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I am also interested in putting my logo and title above the header image.  I can't figure out how to do it.  There are a few tutorials but they are for self hosted blogs on wordpress.org.  Anyhelp would be appreciated! Thank you!
</p>
]]></description>
					</item>
		<item>
			<title>catezapp on "Add logo and change spacing"</title>
			<link>http://en.forums.wordpress.com/topic/add-logo-and-change-spacing#post-1141802</link>
			<pubDate>Sat, 02 Feb 2013 15:55:27 +0000</pubDate>
			<dc:creator>catezapp</dc:creator>
			<guid isPermaLink="false">1141802@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>go to your settings theme header and upload your image from there,and save it-you can also have your own backround
</p>
]]></description>
					</item>
		<item>
			<title>acupunctuurpraktijk on "Add logo and change spacing"</title>
			<link>http://en.forums.wordpress.com/topic/add-logo-and-change-spacing#post-1141755</link>
			<pubDate>Sat, 02 Feb 2013 13:21:26 +0000</pubDate>
			<dc:creator>acupunctuurpraktijk</dc:creator>
			<guid isPermaLink="false">1141755@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi guys,</p>
<p>Om my website <a href="http://acupunctuurpraktijkutrecht.wordpress.com/" rel="nofollow">http://acupunctuurpraktijkutrecht.wordpress.com/</a> at the top of the page above the "header image" I would like to<br />
1) Add my own logo (jpg) in the centre.<br />
2) Remove the search bar</p>
<p>3) Also I would like to move the "page title" (welkom bij Baidu..) up, so it is closer to the "header image".</p>
<p>How can I do this in css? Thanks for your help!</p>
<p>Daan</p>
<p>I have the css ugrade.
</p>
]]></description>
					</item>

	</channel>
</rss>
