<?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 Retina version</title>
		<atom:link href="http://blueowlcreative.com/support_wp/forums/topic/logo-retina-version/feed/" rel="self" type="application/rss+xml" />
		<link>http://blueowlcreative.com/support_wp/forums/topic/logo-retina-version/feed/</link>
		<description></description>
		<pubDate>Sat, 18 Jul 2026 00:52:25 +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-retina-version/#post-34021</guid>
					<title><![CDATA[Logo Retina version]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/logo-retina-version/#post-34021</link>
					<pubDate>Mon, 08 Jul 2019 17:14:51 +0000</pubDate>
					<dc:creator>hhuchon</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,<br />
I come back to you for a previous topic : the retina version of the logo.<br />
My non-retina logo is 362x36px, so my retina version logo is doubled as recommended to 724x72px. The problem I have is that on retina screens the logo is really double in size. I&#8221;ve already used this function on another site and it works perfectly: the initial logo is 250x54px and the retina version 500x108px, and the logo doesn&#8217;t get bigger on retina screen, it is just the same size but looking better in definition.<br />
So, do you have an idea why this is happening ? If you confirm that my message will stay private I can send you the credentials.<br />
Thanks for your help</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/logo-retina-version/#post-34023</guid>
					<title><![CDATA[Reply To: Logo Retina version]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/logo-retina-version/#post-34023</link>
					<pubDate>Tue, 09 Jul 2019 07:47:34 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Sure, send them over, mark your message as private by clicking the option below &#8220;Set as private reply&#8221;. <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-retina-version/#post-34051</guid>
					<title><![CDATA[Reply To: Logo Retina version]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/logo-retina-version/#post-34051</link>
					<pubDate>Mon, 15 Jul 2019 13:58:10 +0000</pubDate>
					<dc:creator>hhuchon</dc:creator>

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

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/logo-retina-version/#post-34054</guid>
					<title><![CDATA[Reply To: Logo Retina version]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/logo-retina-version/#post-34054</link>
					<pubDate>Mon, 15 Jul 2019 17:29:15 +0000</pubDate>
					<dc:creator>hhuchon</dc:creator>

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

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/logo-retina-version/#post-34057</guid>
					<title><![CDATA[Reply To: Logo Retina version]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/logo-retina-version/#post-34057</link>
					<pubDate>Tue, 16 Jul 2019 07:32:06 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi again,</p>
<p>I believe it has to do with the huge size of the logo (700+px).<br />
Like we previously discussed you could fix this with a single line of CSS, the one I gave you previously was this:</p>
<pre><code>#logo img {
    max-width: 362px;
}</code></pre>
<p>now I see we have to modify this a bit as it breaks when viewing the site in mobile-retina, so this should be the final version, I replaced the previous with it in Theme Options:</p>
<pre><code>@media only screen and (min-width: 769px){
#logo img {
    max-width: 362px;
}
}</code></pre>
<p>Let me know if that does it!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/logo-retina-version/#post-34058</guid>
					<title><![CDATA[Reply To: Logo Retina version]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/logo-retina-version/#post-34058</link>
					<pubDate>Tue, 16 Jul 2019 08:10:38 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>As for the buttons in Columns &#8211; easy.<br />
Just add this CSS class to the columns &#8211; &#8220;center&#8221;. <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

