<?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 size</title>
		<atom:link href="https://blueowlcreative.com/support_wp/forums/topic/logo-size/feed/" rel="self" type="application/rss+xml" />
		<link>https://blueowlcreative.com/support_wp/forums/topic/logo-size/feed/</link>
		<description></description>
		<pubDate>Thu, 27 Aug 2026 10:30:35 +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/logo-size/#post-29563</guid>
					<title><![CDATA[logo size]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/logo-size/#post-29563</link>
					<pubDate>Thu, 28 Jul 2016 04:46:16 +0000</pubDate>
					<dc:creator>sarahkim</dc:creator>

					<description>
						<![CDATA[
						<p>Hi, i add another corporate logo on the right size of header. see the website <a href="http://www.hhiplaw.com.au" rel="nofollow">http://www.hhiplaw.com.au</a> </p>
<p>I did some CSS and wonder, how to auto resize like the left logo and fit on mobile view?<br />
I appreciate if advise me some CSS style when resize the screen. </p>
<p>Many thanks<br />
Sarah </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/logo-size/#post-29581</guid>
					<title><![CDATA[Reply To: logo size]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/logo-size/#post-29581</link>
					<pubDate>Sun, 31 Jul 2016 23:14:11 +0000</pubDate>
					<dc:creator>sarahkim</dc:creator>

					<description>
						<![CDATA[
						<p>Hi anyone can support me?.. </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/logo-size/#post-29585</guid>
					<title><![CDATA[Reply To: logo size]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/logo-size/#post-29585</link>
					<pubDate>Mon, 01 Aug 2016 07:16:12 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there Sarah,</p>
<p>This is a customization that goes beyond the regular support.<br />
The normal logo uses quite a few lines of code to behave the way it does.<br />
It gets resized according to the header size, it gets substituted with the transparent logo according to whether the page is transparent or not, it behaves differently on mobile devices etc.<br />
You can find the JS responsible for the resizing in the js/common.js file:</p>
<pre><code>	// Get default logo calculated width
	preloadImages($(&quot;#logo a&gt;img&quot;), function () {
		var logo_w = $(&#039;#logo a&gt;img&#039;).width();
		$(&#039;.logo_img&#039;).attr(&#039;initital_width&#039;, logo_w);
		// Set retina logos if set 
		if (window.devicePixelRatio &gt;= 2) {
			if(retina_logo_url != &quot;&quot;){
				$(&quot;.logo_img &gt; a &gt; img&quot;).css(&quot;max-width&quot;, logo_w).attr(&quot;src&quot;, retina_logo_url);
			}
			if(retina_logo_transparent_url != &quot;&quot;){
				$(&quot;#transparent_logo &gt; img&quot;).css(&quot;max-width&quot;, logo_w).attr(&quot;src&quot;, retina_logo_transparent_url);
			}
		}
	});</code></pre>
<p>You can try to duplicate that for your image but the proper IDs and classes need to be changed. Also make sure you set things correctly for the mobile versions, currently things get pretty messy there!<br />
Good luck! <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/logo-size/#post-29589</guid>
					<title><![CDATA[Reply To: logo size]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/logo-size/#post-29589</link>
					<pubDate>Tue, 02 Aug 2016 03:34:30 +0000</pubDate>
					<dc:creator>sarahkim</dc:creator>

					<description>
						<![CDATA[
						This reply has been marked as private.						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/logo-size/#post-29591</guid>
					<title><![CDATA[Reply To: logo size]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/logo-size/#post-29591</link>
					<pubDate>Tue, 02 Aug 2016 04:39:52 +0000</pubDate>
					<dc:creator>sarahkim</dc:creator>

					<description>
						<![CDATA[
						This reply has been marked as private.						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/logo-size/#post-29593</guid>
					<title><![CDATA[Reply To: logo size]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/logo-size/#post-29593</link>
					<pubDate>Tue, 02 Aug 2016 11:25:58 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi again Sarah,</p>
<p>We are currently fully booked for custom work, sorry.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

