<?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: Drop down menu out of alignment in IE</title>
		<atom:link href="https://blueowlcreative.com/support_wp/forums/topic/drop-down-menu-out-of-alignment/feed/" rel="self" type="application/rss+xml" />
		<link>https://blueowlcreative.com/support_wp/forums/topic/drop-down-menu-out-of-alignment/feed/</link>
		<description></description>
		<pubDate>Thu, 27 Aug 2026 09:31:59 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.5.3-5249</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://blueowlcreative.com/support_wp/29065-autosave-v1/#post-29065</guid>
					<title><![CDATA[Drop down menu out of alignment in IE]]></title>
					<link>https://blueowlcreative.com/support_wp/29065-autosave-v1/#post-29065</link>
					<pubDate>Thu, 16 Jun 2016 21:23:36 +0000</pubDate>
					<dc:creator>Cami</dc:creator>

					<description>
						<![CDATA[
						<p>Not sure if I updated a plug in or what but just noticed the drop down on my menus are all out of sync <img alt=" Menu out of alignment" src="https://postimg.org/image/e5qfg78z5/" /></p>
<p><a href="https://postimg.org/image/e5qfg78z5/" rel="nofollow">https://postimg.org/image/e5qfg78z5/</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/drop-down-menu-out-of-alignment/#post-29073</guid>
					<title><![CDATA[Reply To: Drop down menu out of alignment in IE]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/drop-down-menu-out-of-alignment/#post-29073</link>
					<pubDate>Fri, 17 Jun 2016 07:52:15 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>May I see your URL please, also what browser does that happen with?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/drop-down-menu-out-of-alignment/#post-29086</guid>
					<title><![CDATA[Reply To: Drop down menu out of alignment in IE]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/drop-down-menu-out-of-alignment/#post-29086</link>
					<pubDate>Fri, 17 Jun 2016 13:29:05 +0000</pubDate>
					<dc:creator>Cami</dc:creator>

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

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/drop-down-menu-out-of-alignment/#post-29102</guid>
					<title><![CDATA[Reply To: Drop down menu out of alignment in IE]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/drop-down-menu-out-of-alignment/#post-29102</link>
					<pubDate>Mon, 20 Jun 2016 06:43:20 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi again,</p>
<p>Sure, this is a known bug that will be in the upcoming version, till then:<br />
Edit your js/common.js file and add this:</p>
<pre><code>// IE - set submenus to be wider not to break with arrow effect
var boc_ua = window.navigator.userAgent;
var boc_msie = boc_ua.indexOf(&#039;MSIE &#039;);	
var boc_trident = boc_ua.indexOf(&#039;Trident/&#039;);

if ((boc_msie &gt; 0) || (boc_trident &gt; 0)) {
	$(&quot;#menu ul li div:not(.mega_menu_holder) .sub-menu&quot;).each( function(i, e){
		if($(this).width() &gt; 0){
		//	console.log($(this).width());
			$(this).children(&#039;li&#039;).children(&#039;a&#039;).width($(this).width()-16);
		//	console.log($(this).width());
		}
	});	
}</code></pre>
<p>after these lines (around line 918):</p>
<pre><code>	// Push header down for admin bar
	$(window).smartresize(function() {
		pushHeaderAdminBar();
	});</code></pre>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/drop-down-menu-out-of-alignment/#post-29674</guid>
					<title><![CDATA[Reply To: Drop down menu out of alignment in IE]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/drop-down-menu-out-of-alignment/#post-29674</link>
					<pubDate>Fri, 12 Aug 2016 06:19:41 +0000</pubDate>
					<dc:creator>kinnyphotography</dc:creator>

					<description>
						<![CDATA[
						<p>Hello,<br />
I seem to be having the same issue, I&#8217;ve installed all your latest updates and also added the above text, but still having the same issue.  I&#8217;m using Microsoft Edge.</p>
<p>Any help would be great!  Regards &#8211; Matt</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/drop-down-menu-out-of-alignment/#post-29675</guid>
					<title><![CDATA[Reply To: Drop down menu out of alignment in IE]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/drop-down-menu-out-of-alignment/#post-29675</link>
					<pubDate>Fri, 12 Aug 2016 06:21:04 +0000</pubDate>
					<dc:creator>kinnyphotography</dc:creator>

					<description>
						<![CDATA[
						<p>Actually sorry &#8211; it&#8217;s now sorted!  </p>
<p>Thanks all the same!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/drop-down-menu-out-of-alignment/#post-29676</guid>
					<title><![CDATA[Reply To: Drop down menu out of alignment in IE]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/drop-down-menu-out-of-alignment/#post-29676</link>
					<pubDate>Fri, 12 Aug 2016 06:31:31 +0000</pubDate>
					<dc:creator>kinnyphotography</dc:creator>

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

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/drop-down-menu-out-of-alignment/#post-29683</guid>
					<title><![CDATA[Reply To: Drop down menu out of alignment in IE]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/drop-down-menu-out-of-alignment/#post-29683</link>
					<pubDate>Fri, 12 Aug 2016 07:18:48 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>I can&#8217;t even load your page fine as I get some JS errors&#8230; anyway you can sort those out first?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/drop-down-menu-out-of-alignment/#post-29684</guid>
					<title><![CDATA[Reply To: Drop down menu out of alignment in IE]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/drop-down-menu-out-of-alignment/#post-29684</link>
					<pubDate>Fri, 12 Aug 2016 07:29:57 +0000</pubDate>
					<dc:creator>kinnyphotography</dc:creator>

					<description>
						<![CDATA[
						<p>all sorted! </p>
<p>Thanks!</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

