<?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 grid and other small issues</title>
		<atom:link href="https://blueowlcreative.com/support_wp/forums/topic/logo-grid-and-other-small-issues/feed/" rel="self" type="application/rss+xml" />
		<link>https://blueowlcreative.com/support_wp/forums/topic/logo-grid-and-other-small-issues/feed/</link>
		<description></description>
		<pubDate>Sat, 29 Aug 2026 05:15:59 +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-grid-and-other-small-issues/#post-27802</guid>
					<title><![CDATA[Logo grid and other small issues]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/logo-grid-and-other-small-issues/#post-27802</link>
					<pubDate>Tue, 05 Apr 2016 21:10:01 +0000</pubDate>
					<dc:creator>rita01</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>I have really tried, but don&#8217;t understand why I can&#8217;t have more than 2 columns within the logo grid. I have tried 3, 4 ot 5 columns. Smaller logos etc&#8230; but only two columns appear :</p>
<p><a href="http://fredwps-global-media-holding.pf2.wpserveur.net/presse/" rel="nofollow">http://fredwps-global-media-holding.pf2.wpserveur.net/presse/</a></p>
<p>Other issue : the search form looks very bad on safari. Can&#8217;t attach mage but it&#8217;s really bad and white text color on white bg.</p>
<p>And, how to add the search option on the mobile menu ?</p>
<p>Regards</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/logo-grid-and-other-small-issues/#post-27815</guid>
					<title><![CDATA[Reply To: Logo grid and other small issues]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/logo-grid-and-other-small-issues/#post-27815</link>
					<pubDate>Wed, 06 Apr 2016 08:44:25 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>I can see 5 at the moment? What am I missing? <img src="https://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /><br />
The search form in Safari, sure, we&#8217;ve prepped a fix for it in the official theme, but till then you can add it yourself (either to your css files or theme options -> Custom CSS):</p>
<pre><code>#boc_searchform_in_header input{
-webkit-appearance: none;
}</code></pre>
<p>The search on mobile &#8211; not currently available.<br />
We can add it to the next theme update should you need it. <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-grid-and-other-small-issues/#post-27830</guid>
					<title><![CDATA[Reply To: Logo grid and other small issues]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/logo-grid-and-other-small-issues/#post-27830</link>
					<pubDate>Wed, 06 Apr 2016 14:29:41 +0000</pubDate>
					<dc:creator>rita01</dc:creator>

					<description>
						<![CDATA[
						<p>Hi BlueOwl,</p>
<p>I finally managed to have more than 2 columns using the &#8220;big spacing&#8221; option, strange but it works.</p>
<p>Your CSS works like a charm for the search form into Safari !</p>
<p>The search on mobile would be very appreciate ! And the sticky mobile menu too. I have made some custom CSS to make the mobile menu responsive, it works but I&#8217;m a beginner so may be buggy in some cases&#8230;</p>
<p>Many tanks !</p>
<p>regards,</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/logo-grid-and-other-small-issues/#post-27847</guid>
					<title><![CDATA[Reply To: Logo grid and other small issues]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/logo-grid-and-other-small-issues/#post-27847</link>
					<pubDate>Thu, 07 Apr 2016 07:12:51 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Sure, can you try this for your mobile sticky header:</p>
<pre><code>@media only screen and (max-width: 768px){
#header {
    position: fixed !important;
}
}</code></pre>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/logo-grid-and-other-small-issues/#post-27869</guid>
					<title><![CDATA[Reply To: Logo grid and other small issues]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/logo-grid-and-other-small-issues/#post-27869</link>
					<pubDate>Thu, 07 Apr 2016 18:39:04 +0000</pubDate>
					<dc:creator>rita01</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>Thank you. But It is not enough because of the rest of the content.</p>
<p>here is how i did it, if this custom could interest somebody else (there certainly a better way to obtain the same result) :</p>
<pre><code>
@media only screen and (max-width: 1024px) {

/* MENU MOBILE ET LOGO  */

.rel_pos {
    position: fixed !important;
    height: 90px !important;
    background-color: #ffffff !important;
    width: 100% !important;
    top: 0px !important;
    left: 0px !important;
    box-shadow: 1px 0px 4px #aaa !important;
}

#mobile_menu_toggler {
    margin-top: 35px;
    right: 50px !important;
    z-index: 10000 !important;
    position: fixed !important;
}

#logo {
    width: 80% !important;
    height: 90px !important;
    padding: 15px 0px 15px 30px !important;
}

body {
    margin-top: 90px !important;
}
}
</code></pre>
<p>Regards</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/logo-grid-and-other-small-issues/#post-28184</guid>
					<title><![CDATA[Reply To: Logo grid and other small issues]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/logo-grid-and-other-small-issues/#post-28184</link>
					<pubDate>Thu, 21 Apr 2016 05:56:04 +0000</pubDate>
					<dc:creator>vegastriguy</dc:creator>

					<description>
						<![CDATA[
						<p>Thx for the code Rita&#8230;.just getting around to using this theme for a website and that was a problem but your code worked great.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

