<?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: Main Menu down of slider revolution</title>
		<atom:link href="http://blueowlcreative.com/support_wp/forums/topic/main-menu-down-of-slider-revolution/feed/" rel="self" type="application/rss+xml" />
		<link>http://blueowlcreative.com/support_wp/forums/topic/main-menu-down-of-slider-revolution/feed/</link>
		<description></description>
		<pubDate>Fri, 17 Jul 2026 14:30:27 +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/main-menu-down-of-slider-revolution/#post-23405</guid>
					<title><![CDATA[Main Menu down of slider revolution]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/main-menu-down-of-slider-revolution/#post-23405</link>
					<pubDate>Tue, 13 Oct 2015 22:09:37 +0000</pubDate>
					<dc:creator>jrsepul2000</dc:creator>

					<description>
						<![CDATA[
						<p>it would be possible to locate the main menu below/down the revolution slider?</p>
<p>can you help me? Thanks</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/main-menu-down-of-slider-revolution/#post-23416</guid>
					<title><![CDATA[Reply To: Main Menu down of slider revolution]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/main-menu-down-of-slider-revolution/#post-23416</link>
					<pubDate>Wed, 14 Oct 2015 07:47:55 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Not out of the box, you could with some customization though. Yes I will help you and give you some hints. First off you need to switch off your Sticky header from your Theme Options.<br />
Then it depends on whether your Slider is fixed height or fluid, if it&#8217;s fixed height you can just position your header below it with a &#8220;top&#8221; CSS property on that specific page like so (in Page Settings &#8211; the Cog Icon). Since it&#8217;s only the desktop screens we want this on we will add a media query:</p>
<pre><code>@media only screen and (min-width: 1018px){
  #header {
    top: 900px;
  }
}</code></pre>
<p>If it&#8217;s fluid I would edit (in my Child theme) the header.php template and add the Rev Slider in there with its shortcode above where the header tag starts:</p>
<p><a href="http://www.themepunch.com/faq/how-to-add-a-slider-without-using-a-shortcode/" rel="nofollow">http://www.themepunch.com/faq/how-to-add-a-slider-without-using-a-shortcode/</a></p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

