<?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: Extend Logo Below Header</title>
		<atom:link href="https://blueowlcreative.com/support_wp/forums/topic/extend-logo-below-header/feed/" rel="self" type="application/rss+xml" />
		<link>https://blueowlcreative.com/support_wp/forums/topic/extend-logo-below-header/feed/</link>
		<description></description>
		<pubDate>Sat, 29 Aug 2026 14:00:01 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.5.3-5249</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/extend-logo-below-header/#post-27219</guid>
					<title><![CDATA[Extend Logo Below Header]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/extend-logo-below-header/#post-27219</link>
					<pubDate>Fri, 19 Feb 2016 17:59:48 +0000</pubDate>
					<dc:creator>chaotic_squid</dc:creator>

					<description>
						<![CDATA[
						<p>Hello,</p>
<p>I was wondering there is a setting or just some simple code that I can use to position the logo to extend the height beyond the menu section?</p>
<p>Basically we&#8217;re looking to have half the logo in the header and half extend below without pushing down the rest of the menu. We&#8217;re looking to do this so that the logo can be larger without pushing down the menu. This would only need to be for the regular menu, not the sticky menu.</p>
<p>I would appreciate any help and guidance with this. Thanks!</p>
<p>- Eddie </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/extend-logo-below-header/#post-27231</guid>
					<title><![CDATA[Reply To: Extend Logo Below Header]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/extend-logo-below-header/#post-27231</link>
					<pubDate>Mon, 22 Feb 2016 09:47:32 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Eddie,</p>
<p>It could work with absolute positioning&#8230;<br />
If you let me see your URL and a sample screenshot of what you are after I could try to help you out. <img src="https://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/extend-logo-below-header/#post-27271</guid>
					<title><![CDATA[Reply To: Extend Logo Below Header]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/extend-logo-below-header/#post-27271</link>
					<pubDate>Mon, 22 Feb 2016 19:11:33 +0000</pubDate>
					<dc:creator>chaotic_squid</dc:creator>

					<description>
						<![CDATA[
						<p>Great,</p>
<p>Here&#8217;s the link to the test site:</p>
<p><a href="http://powertrainengineers2.flywheelsites.com/" rel="nofollow">http://powertrainengineers2.flywheelsites.com/</a></p>
<p>Here&#8217;s an image describing what I&#8217;m trying to do:</p>
<p><a href="http://powertrainengineers2.flywheelsites.com/wp-content/uploads/2016/02/Website-Logo-Resize-Example.jpg" rel="nofollow">http://powertrainengineers2.flywheelsites.com/wp-content/uploads/2016/02/Website-Logo-Resize-Example.jpg</a></p>
<p>Thanks and I appreciate your help.</p>
<p>- Eddie</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/extend-logo-below-header/#post-27280</guid>
					<title><![CDATA[Reply To: Extend Logo Below Header]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/extend-logo-below-header/#post-27280</link>
					<pubDate>Tue, 23 Feb 2016 09:02:39 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Ok,</p>
<p>Let&#8217;s see here, we&#8217;ll start off with taking the logo out of the regular header flow and setting its custom width height, only for the time when we haven&#8217;t scrolled (sticky header):</p>
<pre><code>#header:not(.scrolled) .logo_img {
width: 270px!important;
height: 170px!important;
position: absolute!important;
}</code></pre>
<p>Let me know how that does and we go from there.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/extend-logo-below-header/#post-27310</guid>
					<title><![CDATA[Reply To: Extend Logo Below Header]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/extend-logo-below-header/#post-27310</link>
					<pubDate>Tue, 23 Feb 2016 22:51:21 +0000</pubDate>
					<dc:creator>chaotic_squid</dc:creator>

					<description>
						<![CDATA[
						<p>Awesome! Yes, that seems to work fine, thanks <img src="https://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
<p>Also, while I have you. I have one other question.</p>
<p>How can I have the horizontal minimal tabs be centered on the page?</p>
<p>It seems like by default they float left. Is there a way to have them centered?</p>
<p>Current webpage:</p>
<p><a href="http://powertrainengineers2.flywheelsites.com/tabs/" rel="nofollow">http://powertrainengineers2.flywheelsites.com/tabs/</a></p>
<p>Screenshot Example:</p>
<p><a href="http://powertrainengineers2.flywheelsites.com/wp-content/uploads/2016/02/Centered-Tabs.jpg" rel="nofollow">http://powertrainengineers2.flywheelsites.com/wp-content/uploads/2016/02/Centered-Tabs.jpg</a></p>
<p>Thanks again for your help.</p>
<p>- Eddie</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/extend-logo-below-header/#post-27321</guid>
					<title><![CDATA[Reply To: Extend Logo Below Header]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/extend-logo-below-header/#post-27321</link>
					<pubDate>Wed, 24 Feb 2016 09:24:15 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi again,</p>
<p>Try this:</p>
<pre><code>.newtabs {
    text-align: center;
}
.resp-tabs-container {
    text-align: left;
}
.resp-tabs-list {
    display: inline-block;
}</code></pre>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/extend-logo-below-header/#post-27349</guid>
					<title><![CDATA[Reply To: Extend Logo Below Header]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/extend-logo-below-header/#post-27349</link>
					<pubDate>Wed, 24 Feb 2016 20:52:52 +0000</pubDate>
					<dc:creator>chaotic_squid</dc:creator>

					<description>
						<![CDATA[
						<p>Awesome, works great!</p>
<p>Thanks for the support, I really appreciate it <img src="https://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
<p>- Eddie</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

