<?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: Custom header height in Triton Lite</title>
		<link>http://en.forums.wordpress.com/topic/custom-header-height-in-triton-lite</link>
		<description>WordPress.com Forums &#187; Topic: Custom header height in Triton Lite</description>
		<language>en</language>
		<pubDate>Fri, 24 May 2013 18:22:20 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/custom-header-height-in-triton-lite" rel="self" type="application/rss+xml" />

		<item>
			<title>designsimply on "Custom header height in Triton Lite"</title>
			<link>http://en.forums.wordpress.com/topic/custom-header-height-in-triton-lite#post-856209</link>
			<pubDate>Tue, 03 Apr 2012 00:26:27 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">856209@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>To move the Triton Lite nav bar from the top to below the site title and tagline as seen on the Triton Lite demo site, you would add this CSS:</p>
<pre><code>body {
position: relative;
}

#logo{
margin-bottom: 34px;
}

#masthead {
display: block;
position: absolute;
top: 94px;
height: 34px;
}</code></pre>
<p>To adjust for whatever height your header is, change the "top" value until you find the right location in your setup.</p>
<p>Note that this CSS example was tested with the demo site, if your site is using different custom CSS, then you may need to make some additional adjustments. If you' d like more precise help than that, please make sure to include a link to the blog you're currently working on.
</p>
]]></description>
					</item>
		<item>
			<title>lovefurall on "Custom header height in Triton Lite"</title>
			<link>http://en.forums.wordpress.com/topic/custom-header-height-in-triton-lite#post-855043</link>
			<pubDate>Sun, 01 Apr 2012 14:58:18 +0000</pubDate>
			<dc:creator>lovefurall</dc:creator>
			<guid isPermaLink="false">855043@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>So I have messed around a bit using this and think I like the Triton nav bar better. I am trying to move it down below the header image...but I'm not having any luck. What do I do to move the nav bar down? I tried adjusting the "top" position, but it seemed to do nothing. Argh.
</p>
]]></description>
					</item>
		<item>
			<title>lovefurall on "Custom header height in Triton Lite"</title>
			<link>http://en.forums.wordpress.com/topic/custom-header-height-in-triton-lite#post-854553</link>
			<pubDate>Sat, 31 Mar 2012 13:34:46 +0000</pubDate>
			<dc:creator>lovefurall</dc:creator>
			<guid isPermaLink="false">854553@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks a ton, you rock!!
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Custom header height in Triton Lite"</title>
			<link>http://en.forums.wordpress.com/topic/custom-header-height-in-triton-lite#post-854483</link>
			<pubDate>Sat, 31 Mar 2012 10:38:42 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">854483@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>Now I'm trying to move the nav bar down below the header. Basically I want the top of my blog to look like the Fresh &#38; Clean theme (nav bar, header) while the rest of the site is pure Trinton Lite. Any suggestions on how to accomplish this?</p></blockquote>
<p>You can actually copy the "Navigation Menu" section from the <a href="https://s-ssl.wordpress.com/wp-content/themes/pub/fresh-and-clean/style.css?m=1333043809g&#38;minify=false">Fresh and Clean original stylesheet</a> into your Triton Lite theme and add a few adjustments. Here is an example:</p>
<pre><code>#access {
background:#efefef;
border:1px solid #ccc;
border-width:1px 0;
margin:0 auto 1.8em;
padding-left:.9em;
z-index:99;
position:absolute;
width:960px;
top:290px;
}

#access ul {
list-style:none;
margin:0;
padding-left:0;
}

#access li {
float:left;
position:relative;
}

#access li li {
min-width:11em;
width:100%;
}

#access a {
color:#666;
display:block;
font-size:.813em;
line-height:1.75em;
padding:.6em 1em;
text-decoration:none;
text-transform:uppercase;
}

#access a:hover {
background:#e6e6e6;
color:#0099ff;
-webkit-transition:background .2s linear;
-moz-transition:background .2s linear;
-o-transition:background .2s linear;
}

#access ul ul {
box-shadow:0 3px 3px rgba(0,0,0,0.2);
-moz-box-shadow:0 3px 3px rgba(0,0,0,0.2);
-webkit-box-shadow:0 3px 3px rgba(0,0,0,0.2);
display:none;
float:left;
position:absolute;
top:2.3em;
left:0;
z-index:99999;
}

#access ul ul ul {
left:100%;
top:0;
}

#access ul ul a {
background:#e6e6e6;
color:#666;
line-height:2.1em;
padding:.5em .5em .5em 1em;
height:auto;
}

#access li:hover &gt; a,#access ul ul :hover &gt; a {
background:#e6e6e6;
color:#0099ff;
}

#access ul ul a:hover {
background:#e6e6e6;
color:#0099ff;
}

#access ul li:hover &gt; ul {
display:block;
}

#access .current_page_ancestor &gt; a,#access .current_page_item &gt; a,#access .current_page_parent &gt; a,#access .current-menu-ancestor &gt; a,#access .current-menu-item &gt; a,#access .current-menu-parent &gt; a {
color:#0099ff;
}

#access .current_page_ancestor &gt; a:hover,#access .current_page_item &gt; a:hover,#access .current_page_parent &gt; a:hover,#access .current-menu-ancestor &gt; a:hover,#access .current-menu-item &gt; a:hover,#access .current-menu-parent &gt; a:hover {
background:#e6e6e6;
color:#0099ff;
}

#access ul ul a {
border-bottom:none;
}</code></pre>
<p>The adjustments I made were to set the width for "#access" to 960px, add absolute positioning, set a top value to control where it appears, and remove the bottom border for "#access ul ul a" at the end.</p>
<p>You can also adjust the "top" value in "#access" to control how far down the menu appears on the page.
</p>
]]></description>
					</item>
		<item>
			<title>lovefurall on "Custom header height in Triton Lite"</title>
			<link>http://en.forums.wordpress.com/topic/custom-header-height-in-triton-lite#post-853058</link>
			<pubDate>Thu, 29 Mar 2012 20:21:46 +0000</pubDate>
			<dc:creator>lovefurall</dc:creator>
			<guid isPermaLink="false">853058@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thank you, thank you!! Now I'm trying to move the nav bar down below the header. Basically I want the top of my blog to look like the Fresh &#38; Clean theme (nav bar, header) while the rest of the site is pure Trinton Lite. Any suggestions on how to accomplish this?
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Custom header height in Triton Lite"</title>
			<link>http://en.forums.wordpress.com/topic/custom-header-height-in-triton-lite#post-852094</link>
			<pubDate>Wed, 28 Mar 2012 18:23:09 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">852094@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>There is more than one way to change out the header image for the Triton Lite theme. </p>
<p>If you have already uploaded a header image on the Appearance &#8594; Header page in Triton Lite, you can use this CSS to replace it:</p>
<pre><code>#header-image {
background: url(&#039;http://lovefurall.files.wordpress.com/2012/03/lfa.jpg&#039;) no-repeat;
width: 920px;
height: 116px;
}</code></pre>
<p>If you don't have a header image setup on the Appearance &#8594; Header page, add this CSS to add a background image above the site title and tagline. Adjust the padding top value to add more space:</p>
<pre><code>#logo {
display: block;
background: url(&#039;http://lovefurall.files.wordpress.com/2012/03/lfa.jpg&#039;) no-repeat;
padding-top: 116px;
}</code></pre>
<p>To replace the site title with a custom header image, try the following CSS. This one will also make it so the header image is linked back to the home page:</p>
<pre><code>#logo h1 a {
display: block;
background: url(&#039;http://lovefurall.files.wordpress.com/2012/03/lfa.jpg&#039;) no-repeat;
width: 920px;
height: 116px;
text-indent: -9999px;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>lovefurall on "Custom header height in Triton Lite"</title>
			<link>http://en.forums.wordpress.com/topic/custom-header-height-in-triton-lite#post-849110</link>
			<pubDate>Sun, 25 Mar 2012 03:26:57 +0000</pubDate>
			<dc:creator>lovefurall</dc:creator>
			<guid isPermaLink="false">849110@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hey all. I'm looking to possibly switch over to the Triton Lite theme. I've copied my blog over and used the new theme with a test blog. I am trying to to change the height of the header image in CSS and haven't had any luck so far. I am only seeing an option for changing the width. I already have the new image header I want to use (960 x 115) uploaded to my image gallery and ready to link to, but I have no idea where to add/change this in my css header info. Any help would be greatly appreciated!</p>
<p>Thanks!!
</p>
]]></description>
					</item>

	</channel>
</rss>
