<?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: Header Fixed in Mobile</title>
		<atom:link href="https://blueowlcreative.com/support_wp/forums/topic/header-fixed-in-mobile/feed/" rel="self" type="application/rss+xml" />
		<link>https://blueowlcreative.com/support_wp/forums/topic/header-fixed-in-mobile/feed/</link>
		<description></description>
		<pubDate>Fri, 28 Aug 2026 09:44:38 +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/header-fixed-in-mobile/#post-29780</guid>
					<title><![CDATA[Header Fixed in Mobile]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/header-fixed-in-mobile/#post-29780</link>
					<pubDate>Tue, 30 Aug 2016 18:52:39 +0000</pubDate>
					<dc:creator>clintmario</dc:creator>

					<description>
						<![CDATA[
						<p>How do I keep the header fixed to the top in the mobile version while scrolling down (like it does in the desktop version)?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/header-fixed-in-mobile/#post-29783</guid>
					<title><![CDATA[Reply To: Header Fixed in Mobile]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/header-fixed-in-mobile/#post-29783</link>
					<pubDate>Wed, 31 Aug 2016 06:28:18 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Try with something like this:</p>
<pre><code>@media only screen and (max-width: 768px)
#header.sticky_header {
    position: fixed;
}
}</code></pre>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

