<?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; Tag: enlarge header - Recent Posts</title>
		<link>http://en.forums.wordpress.com/tags/enlarge-header</link>
		<description>WordPress.com Forums &#187; Tag: enlarge header - Recent Posts</description>
		<language>en</language>
		<pubDate>Sun, 19 May 2013 06:20:21 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/tags/enlarge-header" rel="self" type="application/rss+xml" />

		<item>
			<title>designsimply on "How do I enlarge my header in imbalance 2?"</title>
			<link>http://en.forums.wordpress.com/topic/how-do-i-enlarge-my-header-in-imbalance-2#post-999635</link>
			<pubDate>Wed, 05 Sep 2012 22:11:29 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">999635@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Cheers :)</p>
<p>Btw, I like your domain name!
</p>
]]></description>
					</item>
		<item>
			<title>teamfierce on "How do I enlarge my header in imbalance 2?"</title>
			<link>http://en.forums.wordpress.com/topic/how-do-i-enlarge-my-header-in-imbalance-2#post-999570</link>
			<pubDate>Wed, 05 Sep 2012 21:15:44 +0000</pubDate>
			<dc:creator>teamfierce</dc:creator>
			<guid isPermaLink="false">999570@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thank you!!
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "How do I enlarge my header in imbalance 2?"</title>
			<link>http://en.forums.wordpress.com/topic/how-do-i-enlarge-my-header-in-imbalance-2#post-999565</link>
			<pubDate>Wed, 05 Sep 2012 21:11:04 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">999565@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Also check out this example from a past thread:<br />
<a href="http://en.forums.wordpress.com/topic/enlarging-your-header-image-in-imbalance2?replies=4#post-790098" rel="nofollow">http://en.forums.wordpress.com/topic/enlarging-your-header-image-in-imbalance2?replies=4#post-790098</a>
</p>
]]></description>
					</item>
		<item>
			<title>zandyring on "How do I enlarge my header in imbalance 2?"</title>
			<link>http://en.forums.wordpress.com/topic/how-do-i-enlarge-my-header-in-imbalance-2#post-998016</link>
			<pubDate>Tue, 04 Sep 2012 15:17:59 +0000</pubDate>
			<dc:creator>zandyring</dc:creator>
			<guid isPermaLink="false">998016@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You can embiggen your header img by using the following CSS:</p>
<pre><code>#header-image-link {
    width: 600px;
}</code></pre>
<p>And then upload an image that is 600px (or, use any width you want, but make sure the image you upload matches that width). Delete the old image you're using in your media file library, and you should be all set!
</p>
]]></description>
					</item>
		<item>
			<title>teamfierce on "How do I enlarge my header in imbalance 2?"</title>
			<link>http://en.forums.wordpress.com/topic/how-do-i-enlarge-my-header-in-imbalance-2#post-997171</link>
			<pubDate>Mon, 03 Sep 2012 18:53:34 +0000</pubDate>
			<dc:creator>teamfierce</dc:creator>
			<guid isPermaLink="false">997171@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I have css custom design but i'm very new to wordpress and coding.<br />
How do I enlarge my header, the 210 × 170 is way too small?
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "inserting social media icons below header in Forever theme"</title>
			<link>http://en.forums.wordpress.com/topic/inserting-social-media-icons-below-header-in-forever-theme#post-889896</link>
			<pubDate>Sat, 19 May 2012 19:53:58 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">889896@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>Is there a way to put a bit more padding/space at the top of my blog posts?</p></blockquote>
<p>Sure. To add extra space above the main content and sidebar on pages only, try adding this to the bottom of your Appearance &#8594; Custom Design &#8594; CSS:</p>
<pre><code>#page #main {
	margin-top: 40px;
}</code></pre>
<p>I also reviewed the "#text-3" and "#text-3 .textwidget" blocks and I think centering may work better (automatically) if you switch them to this:</p>
<pre><code>#secondary #text-3 {
     position: absolute;
     top: 400px;
     left: 0;
     margin: 0;
     padding: 0;
     width: 100%;
     text-align: center;
}
#secondary #text-3 .textwidget {
     display: inline-block;
     margin-right: -1.615em;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>katieoverbeek on "inserting social media icons below header in Forever theme"</title>
			<link>http://en.forums.wordpress.com/topic/inserting-social-media-icons-below-header-in-forever-theme#post-889773</link>
			<pubDate>Sat, 19 May 2012 16:18:11 +0000</pubDate>
			<dc:creator>katieoverbeek</dc:creator>
			<guid isPermaLink="false">889773@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>One more question -</p>
<p>is there a way to put a bit more padding/space at the top of my blog posts?  </p>
<p>The amount of space at the top of each post (between the header and the post title) is less than it is on the home page, causing my social media icons to squish into the post a bit.
</p>
]]></description>
					</item>
		<item>
			<title>katieoverbeek on "inserting social media icons below header in Forever theme"</title>
			<link>http://en.forums.wordpress.com/topic/inserting-social-media-icons-below-header-in-forever-theme#post-889759</link>
			<pubDate>Sat, 19 May 2012 15:29:57 +0000</pubDate>
			<dc:creator>katieoverbeek</dc:creator>
			<guid isPermaLink="false">889759@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thankyou SO much!  this was so helpful:))
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "inserting social media icons below header in Forever theme"</title>
			<link>http://en.forums.wordpress.com/topic/inserting-social-media-icons-below-header-in-forever-theme#post-886900</link>
			<pubDate>Tue, 15 May 2012 15:43:31 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">886900@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>If possible, I'd also like to increase the size of the header and remove the border around it.</p></blockquote>
<p>To remove the border from the header image, you can add this to your Appearance &#8594; Custom Design &#8594; CSS page:</p>
<pre><code>#masthead img {
	border: none;
}</code></pre>
<p>Coming in the next release of the core WordPress software, there will be a new way to adjust header sizes, but currently the only way to do that is to manually replace the header image with CSS. Here is an example for how to do that in the Forever theme:</p>
<p>First, create the header image with the proper dimensions you'd like to use on your computer, <a href="http://en.support.wordpress.com/images/#upload-images-from-your-computer">upload it to your media library</a>, and copy down the image URL.</p>
<pre><code>#masthead a img {
	display: none;
}
#masthead {
	padding-top: 30px;
}
#site-title + a {
	display: block;
	width: 885px;
	height: YOUR_IMAGE_HEIGHT;
	background: url(YOUR_IMAGE_URL) no-repeat;
}</code></pre>
<p>Replace YOUR_IMAGE_URL with your image URL, and replace YOUR_IMAGE_HEIGHT with your image height.</p>
<p>Note that whatever value you decrease the height by, you should also decrease the "top" value in the #text-3 block by the same amount if you used the previous example in this thread to move your social media icons.
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "inserting social media icons below header in Forever theme"</title>
			<link>http://en.forums.wordpress.com/topic/inserting-social-media-icons-below-header-in-forever-theme#post-886871</link>
			<pubDate>Tue, 15 May 2012 15:12:33 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">886871@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Welcome!</p>
<p>One way to approach adding social media icons would be to place them in a widget and then use absolute positioning to move them to another location on the page. Note that when using this method, if you adjust anything about the height of the header area later, you may also need to adjust the numbers in this block at that time too.</p>
<p>I noticed you already added some social icons in a text widget at the top of your sidebar. Here is one example of targeting that specific text widget, #text-3 in this case, and moving it higher up on your blog:</p>
<pre><code>#text-3 {
	position: absolute;
	top: 420px;
	overflow: visible;
}
#text-3 .textwidget {
	margin-left: -465px;
}
#text-3 .textwidget a img {
	border: none;
}</code></pre>
<p>This example pretty much overlaps the site description area on your blog, and so if you added a site description or tagline later, then you would also need to adjust the spacing for the social media icons to move them into a spot that fits better.
</p>
]]></description>
					</item>
		<item>
			<title>katieoverbeek on "inserting social media icons below header in Forever theme"</title>
			<link>http://en.forums.wordpress.com/topic/inserting-social-media-icons-below-header-in-forever-theme#post-885288</link>
			<pubDate>Sat, 12 May 2012 23:44:21 +0000</pubDate>
			<dc:creator>katieoverbeek</dc:creator>
			<guid isPermaLink="false">885288@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>oh - and the blog I need information for is </p>
<p><a href="http://loverlyshe.com/" rel="nofollow">http://loverlyshe.com/</a></p>
<p>NOT katieoverbeek.com   That's a separate one:)
</p>
]]></description>
					</item>
		<item>
			<title>katieoverbeek on "inserting social media icons below header in Forever theme"</title>
			<link>http://en.forums.wordpress.com/topic/inserting-social-media-icons-below-header-in-forever-theme#post-885286</link>
			<pubDate>Sat, 12 May 2012 23:43:06 +0000</pubDate>
			<dc:creator>katieoverbeek</dc:creator>
			<guid isPermaLink="false">885286@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi,<br />
So, I know NOTHING about CSS :p</p>
<p>I am currently using the Forever theme.</p>
<p>I would like to put a line of social media icons centred right below the header on my blog, between the header and the line of text that lists my pages.</p>
<p>If possible, I'd also like to increase the size of the header and remove the border around it.</p>
<p>Help!
</p>
]]></description>
					</item>

	</channel>
</rss>
