<?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: Customizing my Bueno Theme</title>
		<link>http://en.forums.wordpress.com/topic/customizing-my-bueno-theme</link>
		<description>WordPress.com Forums &#187; Topic: Customizing my Bueno Theme</description>
		<language>en</language>
		<pubDate>Thu, 23 May 2013 17:03:01 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/customizing-my-bueno-theme" rel="self" type="application/rss+xml" />

		<item>
			<title>awesomedc on "Customizing my Bueno Theme"</title>
			<link>http://en.forums.wordpress.com/topic/customizing-my-bueno-theme#post-466515</link>
			<pubDate>Fri, 21 May 2010 06:20:10 +0000</pubDate>
			<dc:creator>awesomedc</dc:creator>
			<guid isPermaLink="false">466515@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>thx. I will give it a try and let you know
</p>
]]></description>
					</item>
		<item>
			<title>devblog on "Customizing my Bueno Theme"</title>
			<link>http://en.forums.wordpress.com/topic/customizing-my-bueno-theme#post-465284</link>
			<pubDate>Tue, 18 May 2010 15:34:45 +0000</pubDate>
			<dc:creator>devblog</dc:creator>
			<guid isPermaLink="false">465284@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>awesomedc,</p>
<p>Just to clarify, the code you've been using is not HTML, is CSS.  HTML is the markup that makes up a web page.</p>
<p>It seems you're using your blog's custom header feature.  When you have the CSS upgrade, you don't need to use it.  Reset it, and use CSS to add it to your blog.</p>
<p>Also, although your header image is 930px wide, there is a "white space" 15px wide... you might want to fix that otherwise the image won't look centered.</p>
<p>Replace your current code with this one:</p>
<pre><code>#header {
padding: 0 0 10px;
}

#pagenav{
margin: 20px 0;
}

#header-image{
background: transparent url(http://awesomedc.files.wordpress.com/2010/05/cropped-logo-for-fb-18.jpg) 0 0 no-repeat;
border: solid 5px #EFEFEF;
height: 198px;
overflow: hidden;
padding: 0;
}

#header-image img {display: none;}

#logo {
background: transparent url(&#039;http://awesomedc.files.wordpress.com/2009/12/medium-logo.jpg&#039;) -40px 0 no-repeat;;
height:60px;
text-indent:-9999px;
width:260px;
}</code></pre>
<p>If you want to decrease the height of the header,  change the 198px value in the "#header-image" selector to one that fits your needs.</p>
<p>The gap between the header and the contents is defined in the "#header" selector.  If you want a bigger gap, change "10px" to perhaps "20px" or a value that suits you best.</p>
<p>Also, the logo should now be aligned to the left.
</p>
]]></description>
					</item>
		<item>
			<title>awesomedc on "Customizing my Bueno Theme"</title>
			<link>http://en.forums.wordpress.com/topic/customizing-my-bueno-theme#post-465072</link>
			<pubDate>Mon, 17 May 2010 23:21:33 +0000</pubDate>
			<dc:creator>awesomedc</dc:creator>
			<guid isPermaLink="false">465072@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks Hallluke :-) it worked <a href="http://www.awesomedc.com" rel="nofollow">http://www.awesomedc.com</a></p>
<p>Would you also kindly let me know the html  code for moving my red logo "awesome DC" a little bit more to the left so it  gets lined up with the banner below it?</p>
<p>Speaking of the banner, do you think there is a way to decrease the Height as well as decreasing the space below the banner like I just did on top of the banner with your code?</p>
<p>Here is my current code for header:</p>
<p>#header {<br />
padding-top:0;<br />
}</p>
<p>#logo {<br />
text-indent:-9999px;<br />
background:url('http://my Logo');<br />
height:60px;<br />
width:260px;<br />
}</p>
<p>thanks
</p>
]]></description>
					</item>
		<item>
			<title>hallluke on "Customizing my Bueno Theme"</title>
			<link>http://en.forums.wordpress.com/topic/customizing-my-bueno-theme#post-464617</link>
			<pubDate>Sun, 16 May 2010 17:52:35 +0000</pubDate>
			<dc:creator>hallluke</dc:creator>
			<guid isPermaLink="false">464617@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Here we go:</p>
<p><code>#header {padding-top:0;}</code></p>
<p>lh
</p>
]]></description>
					</item>
		<item>
			<title>awesomedc on "Customizing my Bueno Theme"</title>
			<link>http://en.forums.wordpress.com/topic/customizing-my-bueno-theme#post-464611</link>
			<pubDate>Sun, 16 May 2010 17:46:22 +0000</pubDate>
			<dc:creator>awesomedc</dc:creator>
			<guid isPermaLink="false">464611@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I recently changed my theme to Bueno (my blog: <a href="http://www.awesomedc.com" rel="nofollow">http://www.awesomedc.com</a>).</p>
<p>Can anyone tell me how to get ride of the white space above the logo and the menu bar so I can push my page a little bit more up?</p>
<p>Appreciate your input and help.</p>
<p>Thanks<br />
Elias
</p>
]]></description>
					</item>

	</channel>
</rss>
