<?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: Remove columns in header</title>
		<link>http://en.forums.wordpress.com/topic/remove-columns-in-header</link>
		<description>WordPress.com Forums &#187; Topic: Remove columns in header</description>
		<language>en</language>
		<pubDate>Tue, 21 May 2013 15:27:50 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/remove-columns-in-header" rel="self" type="application/rss+xml" />

		<item>
			<title>urbanbandit on "Remove columns in header"</title>
			<link>http://en.forums.wordpress.com/topic/remove-columns-in-header#post-1027582</link>
			<pubDate>Tue, 02 Oct 2012 02:09:02 +0000</pubDate>
			<dc:creator>urbanbandit</dc:creator>
			<guid isPermaLink="false">1027582@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You are amazing! Thanks very much!
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Remove columns in header"</title>
			<link>http://en.forums.wordpress.com/topic/remove-columns-in-header#post-1027241</link>
			<pubDate>Mon, 01 Oct 2012 20:51:57 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1027241@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>To make the header image area full width in the Sight theme, add this to your Appearance &#8594; Custom Design &#8594; CSS editor:</p>
<pre><code>.site-header hgroup,
.header-link {
	width: 100%;
}</code></pre>
<p>If you'd like to add back the search box and move it to the bottom right, you could remove the rule to hide it first and then try adding something like this:</p>
<pre><code>.site-header{
	overflow: hidden;
}
.header-nav-search-container {
	position: absolute;
	right: 0;
	bottom: 0;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>urbanbandit on "Remove columns in header"</title>
			<link>http://en.forums.wordpress.com/topic/remove-columns-in-header#post-1026412</link>
			<pubDate>Sun, 30 Sep 2012 21:02:33 +0000</pubDate>
			<dc:creator>urbanbandit</dc:creator>
			<guid isPermaLink="false">1026412@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi there, </p>
<p>I'm using the Sight theme and would like to have an image (or text) span the entire masthead. Since the theme has place holders for a search box and menu within the header I think there must be columns embedded in the header that are preventing my image from filling the full space. </p>
<p>I have already removed the search box (with code below) and am not using the menu in this area. </p>
<p>If I can't have the image span the entire space I'd at least like to be able to move the text to the far right. Is that possible? I've tried adjusting the padding but no luck. </p>
<p>Code used for removing search box:<br />
/* Remove sidebar */<br />
header[role="masthead"] {<br />
display: none;<br />
}</p>
<p>Code being used for title and tagline (I've altered the size of the text and some padding from original design):<br />
.site-title a {<br />
	color:#000;<br />
	text-decoration:none;<br />
}</p>
<p>.site-description {<br />
	clear:none;<br />
	color:#656363;<br />
	float:left;<br />
	font-size:20px;<br />
	line-height:1.3;<br />
	margin:0 4.47761% 0 3.17761%;<br />
	padding:5.5em 0 0;<br />
	width:43.283582089%;<br />
}</p>
<p>I tried this code to remove potential columns in the header but didn't seem to work:<br />
/* Remove sidebar */<br />
header[role="masthead"] {<br />
    display: none;<br />
}</p>
<p>Many thanks and appreciate your knowledge while I'm learning!
</p>
]]></description>
					</item>

	</channel>
</rss>
