<?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: Logo Sizes</title>
		<atom:link href="http://blueowlcreative.com/support_wp/forums/topic/logo-sizes/feed/" rel="self" type="application/rss+xml" />
		<link>http://blueowlcreative.com/support_wp/forums/topic/logo-sizes/feed/</link>
		<description></description>
		<pubDate>Sat, 18 Jul 2026 07:38:00 +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/logo-sizes/#post-25330</guid>
					<title><![CDATA[Logo Sizes]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/logo-sizes/#post-25330</link>
					<pubDate>Tue, 01 Dec 2015 19:59:25 +0000</pubDate>
					<dc:creator>CasperB</dc:creator>

					<description>
						<![CDATA[
						<p>Howdy,</p>
<p>Re:  <a href="http://m62.siteground.biz/~contenta/beingwellyoga.com/" rel="nofollow">http://m62.siteground.biz/~contenta/beingwellyoga.com/</a></p>
<p>I have a bigger sized logo set under &#8220;transparency logo,&#8221; but it seems to be getting down-sized.</p>
<p>Also, I have different file sizes of the logo set under &#8220;main&#8221; (smaller logo image) and &#8220;transparent header&#8221; but the theme only seems to be using the &#8220;transparent header&#8221; image.</p>
<p>On page load: this logo should be bigger:</p>
<p><a href="http://imgur.com/yhsQwlQ" rel="nofollow">http://imgur.com/yhsQwlQ</a></p>
<p>On page scroll: this logo is the correct size</p>
<p><a href="http://imgur.com/2Z0jPjz" rel="nofollow">http://imgur.com/2Z0jPjz</a></p>
<p>Please advise.</p>
<p>Cheers,<br />
Casper</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/logo-sizes/#post-25336</guid>
					<title><![CDATA[Reply To: Logo Sizes]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/logo-sizes/#post-25336</link>
					<pubDate>Tue, 01 Dec 2015 20:50:52 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there Casper,</p>
<p>Indeed, you can try to increase the height of your header, it resizes the logo based on the header height by default. Let me know if that does it for you, if not we can tackle with some custom CSS. <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/logo-sizes/#post-25338</guid>
					<title><![CDATA[Reply To: Logo Sizes]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/logo-sizes/#post-25338</link>
					<pubDate>Tue, 01 Dec 2015 22:26:32 +0000</pubDate>
					<dc:creator>CasperB</dc:creator>

					<description>
						<![CDATA[
						<p>Howdy,</p>
<p>I increased the header size but that just appears to make the spacing between the logo and the menu below it bigger.</p>
<p>Let&#8217;s try some CSS please.</p>
<p>Thanks,<br />
Casper</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/logo-sizes/#post-25349</guid>
					<title><![CDATA[Reply To: Logo Sizes]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/logo-sizes/#post-25349</link>
					<pubDate>Wed, 02 Dec 2015 08:12:20 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>I think the reason is your regular logo is smaller in size. If you make it as big as the transparent it should stretch out more. You can try that first.</p>
<p>If it doesn&#8217;t it for you try this CSS:</p>
<pre><code>@media only screen and (min-width: 1018px) {
header.transparent_header #logo #transparent_logo img {
    max-width: 400px;
    margin-left: -100px;
}
}</code></pre>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/logo-sizes/#post-25384</guid>
					<title><![CDATA[Reply To: Logo Sizes]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/logo-sizes/#post-25384</link>
					<pubDate>Wed, 02 Dec 2015 18:23:31 +0000</pubDate>
					<dc:creator>CasperB</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>I updated the logos so I have the same images in Main and Transparent tabs:<br />
Regular size 200&#215;37<br />
Retina size 400&#215;73</p>
<p>The CSS only seemed to move the logo to the right.</p>
<p><a href="http://m62.siteground.biz/~contenta/beingwellyoga.com/" rel="nofollow">http://m62.siteground.biz/~contenta/beingwellyoga.com/</a></p>
<p><strong>With CSS:</strong>  <a href="http://imgur.com/4uqhR0v" rel="nofollow">http://imgur.com/4uqhR0v</a>  &#8211; Moves Logo to the right<br />
<strong>Without CSS:</strong> <a href="http://imgur.com/AIWYRy5" rel="nofollow">http://imgur.com/AIWYRy5</a> &#8211; Looks good<br />
<strong>On Scroll:</strong> <a href="http://imgur.com/16Ji5hU" rel="nofollow">http://imgur.com/16Ji5hU</a> &#8211; Too Big</p>
<p>Headers are set to default heights.</p>
<p>Trying to get the logo in the sticky header to be in-line with the menu.</p>
<p>Thanks in advance,<br />
Casper</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/logo-sizes/#post-25387</guid>
					<title><![CDATA[Reply To: Logo Sizes]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/logo-sizes/#post-25387</link>
					<pubDate>Wed, 02 Dec 2015 21:53:46 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi again,</p>
<p>The CSS should be applied with the old logos &#8211; the transparent being bigger than the regular one. </p>
<p>200&#215;37 is too small in height for the transparent if you are willing to stretch it, it should be taller than that.<br />
Forget about the retina for a moment. Upload something like 400&#215;73 for the transparent, then 200&#215;37 for the regular and try again with that CSS.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/logo-sizes/#post-25393</guid>
					<title><![CDATA[Reply To: Logo Sizes]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/logo-sizes/#post-25393</link>
					<pubDate>Thu, 03 Dec 2015 04:27:41 +0000</pubDate>
					<dc:creator>CasperB</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks, that seems to do the trick.</p>
<p>One last logo related question; if the website is viewed between ~1280px wide and ~1018px the last menu item &#8220;contact&#8221; get bumped down to a second row.<br />
I&#8217;m not sure what would be the best approach to correct this.</p>
<p><a href="http://imgur.com/luLF87i" rel="nofollow">http://imgur.com/luLF87i</a></p>
<p><a href="http://imgur.com/GkzIApo" rel="nofollow">http://imgur.com/GkzIApo</a></p>
<p>Cheers,<br />
Casper</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/logo-sizes/#post-25406</guid>
					<title><![CDATA[Reply To: Logo Sizes]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/logo-sizes/#post-25406</link>
					<pubDate>Thu, 03 Dec 2015 09:03:49 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Casper,</p>
<p>I see, you are simply running out of space there, let&#8217;s reduce the spacing between items for that specific resolution:</p>
<pre><code>@media only screen and (max-width: 1280px) and (min-width: 1018px){
.custom_menu_6 #menu &gt; ul &gt; li &gt; a {
    padding: 4px 13px 2px 13px;
}
}</code></pre>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/logo-sizes/#post-25417</guid>
					<title><![CDATA[Reply To: Logo Sizes]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/logo-sizes/#post-25417</link>
					<pubDate>Fri, 04 Dec 2015 04:06:08 +0000</pubDate>
					<dc:creator>CasperB</dc:creator>

					<description>
						<![CDATA[
						<p>Howdy,</p>
<p>I added the CSS, but &#8220;Contact&#8221; is still bumping down a row when I go below ~1275px across.</p>
<p>Cheers,<br />
Casper</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/logo-sizes/#post-25421</guid>
					<title><![CDATA[Reply To: Logo Sizes]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/logo-sizes/#post-25421</link>
					<pubDate>Fri, 04 Dec 2015 09:31:02 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Ok, please try to add it to your Child theme instead, as the &#8220;>&#8221; signs get HTML encoded in the theme options.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

