<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>
		<title>BlueOwlCreative  &#187;  Topic: Custom Header</title>
		<atom:link href="http://blueowlcreative.com/support_wp/forums/topic/custom-header/feed/" rel="self" type="application/rss+xml" />
		<link>http://blueowlcreative.com/support_wp/forums/topic/custom-header/feed/</link>
		<description></description>
		<pubDate>Sun, 19 Jul 2026 05:39:30 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.5.3-5249</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/custom-header/#post-24828</guid>
					<title><![CDATA[Custom Header]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/custom-header/#post-24828</link>
					<pubDate>Wed, 18 Nov 2015 15:19:53 +0000</pubDate>
					<dc:creator>educredu</dc:creator>

					<description>
						<![CDATA[
						<p>Looking for some guidance on how a custom header could be implemented across the top instead of just the logo in the top left corner? Example site: Take the patterned image header bar from educredu.me and put on educredu.com</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/custom-header/#post-24849</guid>
					<title><![CDATA[Reply To: Custom Header]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/custom-header/#post-24849</link>
					<pubDate>Wed, 18 Nov 2015 17:08:47 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>You mean set it as your header background? This shouldn&#8217;t be hard, use simple CSS:</p>
<pre><code>#header {
    background: SET IMG URL HERE;
}</code></pre>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/custom-header/#post-24959</guid>
					<title><![CDATA[Reply To: Custom Header]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/custom-header/#post-24959</link>
					<pubDate>Sat, 21 Nov 2015 00:07:32 +0000</pubDate>
					<dc:creator>educredu</dc:creator>

					<description>
						<![CDATA[
						<p>That worked! Now, I&#8217;m trying to move the header logo to the left (maybe 20px out from the side) and make the sticky header use the same background image. How do I do that?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/custom-header/#post-24962</guid>
					<title><![CDATA[Reply To: Custom Header]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/custom-header/#post-24962</link>
					<pubDate>Sat, 21 Nov 2015 10:51:05 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi again, which URL are you working on?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/custom-header/#post-24966</guid>
					<title><![CDATA[Reply To: Custom Header]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/custom-header/#post-24966</link>
					<pubDate>Sat, 21 Nov 2015 14:57:00 +0000</pubDate>
					<dc:creator>educredu</dc:creator>

					<description>
						<![CDATA[
						<p>educredu.staging.wpengine.com</p>
<p>Trying to make it look similar to educredu.me before promoting to Educredu.com</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/custom-header/#post-24974</guid>
					<title><![CDATA[Reply To: Custom Header]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/custom-header/#post-24974</link>
					<pubDate>Mon, 23 Nov 2015 09:42:36 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Oh, now I see, so you want your header content to be fluid, not within the wrapper? Add this to your Child theme&#8217;s CSS file:</p>
<pre><code>#header .container {
    width: 94%;
}
.container.mega_menu_holder {
    width: 100% !important;
}</code></pre>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/custom-header/#post-25008</guid>
					<title><![CDATA[Reply To: Custom Header]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/custom-header/#post-25008</link>
					<pubDate>Mon, 23 Nov 2015 20:18:28 +0000</pubDate>
					<dc:creator>educredu</dc:creator>

					<description>
						<![CDATA[
						<p>The only two remaining challenges seem to be:</p>
<p>1) When I resize the window (make it narrower) the header bar disappears and the three lines show up instead in the top right; and</p>
<p>2) When I scroll down I just see the black background, I want to keep the pattern in place.</p>
<p>I&#8217;ve now got the following defined:</p>
<p>#header {<br />
  background-image: url(<a href="http://educredu.staging.wpengine.com/wp-content/uploads/2015/11/Header.png" rel="nofollow">http://educredu.staging.wpengine.com/wp-content/uploads/2015/11/Header.png</a>);<br />
  background-size: 44px 64px;<br />
  background-repeat: repeat-x;<br />
}<br />
#header .container {<br />
    width: 94%;<br />
}<br />
.container.mega_menu_holder {<br />
    width: 100%;<br />
}</p>
<p>Thanks for all your help so far!!!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/custom-header/#post-25021</guid>
					<title><![CDATA[Reply To: Custom Header]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/custom-header/#post-25021</link>
					<pubDate>Mon, 23 Nov 2015 21:24:23 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi again,</p>
<p>The &#8220;3 lines&#8221; as you call them are the responsive Menu, this is expected behavior, the regular Menu disappears on smaller screens and the responsive one shows.<br />
You can have you bgr as well in responsive if you wish &#8230; notice the !important clause I added.</p>
<pre><code>#header {
background-image: url(http://educredu.staging.wpengine.com/wp-content/uploads/2015/11/Header.png) !important;
background-size: 44px 64px;
background-repeat: repeat-x;
}</code></pre>
<p>The responsive menu becomes hard to see though, I see you have noting in your navigation though, maybe you want to remove the reponsive menu as well?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/custom-header/#post-25030</guid>
					<title><![CDATA[Reply To: Custom Header]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/custom-header/#post-25030</link>
					<pubDate>Mon, 23 Nov 2015 21:55:27 +0000</pubDate>
					<dc:creator>educredu</dc:creator>

					<description>
						<![CDATA[
						<p>Yes, how do I do that? I may yet want to put a SIGN IN link in the top right corner.</p>
<p>The only remaining weirdness occurring is the background image changes proportionately when viewed in a smaller browser screen.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/custom-header/#post-25031</guid>
					<title><![CDATA[Reply To: Custom Header]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/custom-header/#post-25031</link>
					<pubDate>Mon, 23 Nov 2015 21:55:58 +0000</pubDate>
					<dc:creator>educredu</dc:creator>

					<description>
						<![CDATA[
						<p>And for that matter, when I scroll down the page.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

