<?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: Flickering header</title>
		<atom:link href="http://blueowlcreative.com/support_wp/forums/topic/flickering-header/feed/" rel="self" type="application/rss+xml" />
		<link>http://blueowlcreative.com/support_wp/forums/topic/flickering-header/feed/</link>
		<description></description>
		<pubDate>Wed, 22 Apr 2026 16:23:17 +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/flickering-header/#post-34473</guid>
					<title><![CDATA[Flickering header]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/flickering-header/#post-34473</link>
					<pubDate>Fri, 27 Dec 2019 18:47:34 +0000</pubDate>
					<dc:creator>Finespresso</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,<br />
When navigating between menu items I can see flickering header.<br />
It looks like it is shrinking and stretching for a second each time I change the category in header menu.<br />
Can I change it somehow that the header is stable and not flickering?</p>
<p>Thank you!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/flickering-header/#post-34476</guid>
					<title><![CDATA[Reply To: Flickering header]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/flickering-header/#post-34476</link>
					<pubDate>Sat, 28 Dec 2019 08:32:31 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Shouldn&#8217;t be the case, what browser are you using? Your URL too please? <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/flickering-header/#post-34478</guid>
					<title><![CDATA[Reply To: Flickering header]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/flickering-header/#post-34478</link>
					<pubDate>Sat, 28 Dec 2019 08:59:29 +0000</pubDate>
					<dc:creator>Finespresso</dc:creator>

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

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/flickering-header/#post-34481</guid>
					<title><![CDATA[Reply To: Flickering header]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/flickering-header/#post-34481</link>
					<pubDate>Sat, 28 Dec 2019 10:09:02 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>On what browser?<br />
No flickering on Chrome and FF&#8230;</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/flickering-header/#post-34488</guid>
					<title><![CDATA[Reply To: Flickering header]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/flickering-header/#post-34488</link>
					<pubDate>Sat, 28 Dec 2019 12:26:07 +0000</pubDate>
					<dc:creator>Finespresso</dc:creator>

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

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/flickering-header/#post-34491</guid>
					<title><![CDATA[Reply To: Flickering header]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/flickering-header/#post-34491</link>
					<pubDate>Sun, 29 Dec 2019 20:46:26 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Well the whole page refreshes, you realize that right? WordPress in general is not a Single Page application, so the whole page gets rerendered (along with menus, images, headers etc), this is quite normal, in fact it looks pretty good as you can hardly see the pages render, it might be much slower in some hosting environments/real live server environments. </p>
<p>That being said you could still &#8220;fix&#8221; this further as the page aligns dynamically according to its dynamic header height. In your case it is currently being 81px so you could hardcode<br />
some CSS to fix the body-content element. Try using this:</p>
<pre><code>@media only screen and (min-width: 769px){
.content_body {
  margin-top: 81px !important;
}
#transparent_header .content_body {
  margin-top: 0 !important;
}
}</code></pre>
<p>Have in mind this is a hardcoded fix and if your header height changes this needs to be removed/updated. </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/flickering-header/#post-34499</guid>
					<title><![CDATA[Reply To: Flickering header]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/flickering-header/#post-34499</link>
					<pubDate>Sun, 05 Jan 2020 17:23:52 +0000</pubDate>
					<dc:creator>Finespresso</dc:creator>

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

					
					
				</item>

					
		
	</channel>
	</rss>

