<?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: Subheader visible on mobile version</title>
		<atom:link href="https://blueowlcreative.com/support_wp/forums/topic/subheader-visible-on-mobile-version/feed/" rel="self" type="application/rss+xml" />
		<link>https://blueowlcreative.com/support_wp/forums/topic/subheader-visible-on-mobile-version/feed/</link>
		<description></description>
		<pubDate>Sat, 29 Aug 2026 04:10:53 +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/subheader-visible-on-mobile-version/#post-27370</guid>
					<title><![CDATA[Subheader visible on mobile version]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/subheader-visible-on-mobile-version/#post-27370</link>
					<pubDate>Fri, 26 Feb 2016 12:01:59 +0000</pubDate>
					<dc:creator>mvdb1982</dc:creator>

					<description>
						<![CDATA[
						<p>Is it possible to display the sub-header back to the mobile version?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/subheader-visible-on-mobile-version/#post-27386</guid>
					<title><![CDATA[Reply To: Subheader visible on mobile version]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/subheader-visible-on-mobile-version/#post-27386</link>
					<pubDate>Mon, 29 Feb 2016 09:28:19 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Sure,</p>
<pre><code>@media only screen and (max-width: 768px){
.full_header {
    display: block!important;
}
}</code></pre>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/subheader-visible-on-mobile-version/#post-27388</guid>
					<title><![CDATA[Reply To: Subheader visible on mobile version]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/subheader-visible-on-mobile-version/#post-27388</link>
					<pubDate>Mon, 29 Feb 2016 09:37:04 +0000</pubDate>
					<dc:creator>mvdb1982</dc:creator>

					<description>
						<![CDATA[
						<p>Thnx!!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/subheader-visible-on-mobile-version/#post-28203</guid>
					<title><![CDATA[Reply To: Subheader visible on mobile version]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/subheader-visible-on-mobile-version/#post-28203</link>
					<pubDate>Thu, 21 Apr 2016 15:30:22 +0000</pubDate>
					<dc:creator>totogigi</dc:creator>

					<description>
						<![CDATA[
						<p>Hello, i have the same problem: i use your code but the subheader menu is missing:</p>
<p><a href="http://www.lumendesign.eu/dev/sek/" rel="nofollow">http://www.lumendesign.eu/dev/sek/</a></p>
<p>thanks for any help</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/subheader-visible-on-mobile-version/#post-28212</guid>
					<title><![CDATA[Reply To: Subheader visible on mobile version]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/subheader-visible-on-mobile-version/#post-28212</link>
					<pubDate>Fri, 22 Apr 2016 08:38:23 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi totogigi,</p>
<p>I can actually see your subheader just fine&#8230; <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/subheader-visible-on-mobile-version/#post-28217</guid>
					<title><![CDATA[Reply To: Subheader visible on mobile version]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/subheader-visible-on-mobile-version/#post-28217</link>
					<pubDate>Fri, 22 Apr 2016 08:48:16 +0000</pubDate>
					<dc:creator>totogigi</dc:creator>

					<description>
						<![CDATA[
						<p>well i have make some modifications directly into grid_responsive.css<br />
now how can i hide the header contacts on small mobile?<br />
i have insert this rule:</p>
<p>@media only screen and (min-width: 300px) and (max-width: 768px) {</p>
<p>	#header_contacts {	display: none; }</p>
<p>	#header_contact_item {	display: none; }</p>
<p>}	</p>
<p>but doesn&#8217;t work</p>
<p>thanks for any help<br />
Alberto</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/subheader-visible-on-mobile-version/#post-28221</guid>
					<title><![CDATA[Reply To: Subheader visible on mobile version]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/subheader-visible-on-mobile-version/#post-28221</link>
					<pubDate>Fri, 22 Apr 2016 14:32:53 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Didn&#8217;t you want to hide it in the first place?<br />
The code I provided shows the subheader below resolutions 768px.<br />
If you want to hide just the header contacts try this:</p>
<pre><code>@media only screen and (max-width: 768px){
.header_contacts {
    display: none;
}
}</code></pre>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

