Title: logo wrong place internet explor
Last modified: August 21, 2016

---

# logo wrong place internet explor

 *  Resolved [apestaartje](https://wordpress.org/support/users/apestaartje/)
 * (@apestaartje)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/logo-wrong-place-internet-explor/)
 * Hi,
    In Internet Explorer the logo makes the nav bar moving below the logo. What
   could be wrong?

Viewing 15 replies - 1 through 15 (of 58 total)

1 [2](https://wordpress.org/support/topic/logo-wrong-place-internet-explor/page/2/?output_format=md)
[3](https://wordpress.org/support/topic/logo-wrong-place-internet-explor/page/3/?output_format=md)
[4](https://wordpress.org/support/topic/logo-wrong-place-internet-explor/page/4/?output_format=md)
[→](https://wordpress.org/support/topic/logo-wrong-place-internet-explor/page/2/?output_format=md)

 *  Thread Starter [apestaartje](https://wordpress.org/support/users/apestaartje/)
 * (@apestaartje)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/logo-wrong-place-internet-explor/#post-4346165)
 * So the problem is: both with logo and title name of the website in Internet Explorer
   the navigation bar (menu) appears BELOW the logo or the title. No problem with
   Chrome and Firefox.
    Thanks for response in advance!
 *  [acub](https://wordpress.org/support/users/acub/)
 * (@acub)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/logo-wrong-place-internet-explor/#post-4346172)
 * You seem to report this issue like it’s a general problem of the theme. Well,
   I can assure you it’s not. Check out for yourself at the official [demo website](http://demo.themesandco.com/)
   of the theme.
 * In order to debug this, we need to either reproduce it or take a look at the 
   website you’re building on. So please provide the following info:
 * 1. A link to your website.
    2. The version(s) of IE in which the problem occurs.
 *  Thread Starter [apestaartje](https://wordpress.org/support/users/apestaartje/)
 * (@apestaartje)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/logo-wrong-place-internet-explor/#post-4346184)
 * Good to know it’s not a general problem of the theme. I mean I love this theme!
   
   Right now I’m developing the site: [ In Internet Explorer 9 the logo appears 
   above the navigation menu, that also moves to the left of the screen, below the
   logo.
 *  Thread Starter [apestaartje](https://wordpress.org/support/users/apestaartje/)
 * (@apestaartje)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/logo-wrong-place-internet-explor/#post-4346186)
 * Guess what: when I copy the demo website into IE9 the problem is the same: The
   logo appears ABOVE the navigation bar. Wish I could send a printscreen.
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [12 years, 5 months ago](https://wordpress.org/support/topic/logo-wrong-place-internet-explor/#post-4346204)
 * You can send a printscreen [http://snag.gy](http://snag.gy)
 *  Thread Starter [apestaartje](https://wordpress.org/support/users/apestaartje/)
 * (@apestaartje)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/logo-wrong-place-internet-explor/#post-4346207)
 * [http://snag.gy/8UaN0.jpg](http://snag.gy/8UaN0.jpg)
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [12 years, 5 months ago](https://wordpress.org/support/topic/logo-wrong-place-internet-explor/#post-4346208)
 * Can you press F12 in Internet Explorer and see if you’re viewing the site under
   some sort of compatibility mode, or anything other than IE9?
 *  Thread Starter [apestaartje](https://wordpress.org/support/users/apestaartje/)
 * (@apestaartje)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/logo-wrong-place-internet-explor/#post-4346209)
 * And here of course the demo:
    [http://snag.gy/wBmAI.jpg](http://snag.gy/wBmAI.jpg)
 *  Thread Starter [apestaartje](https://wordpress.org/support/users/apestaartje/)
 * (@apestaartje)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/logo-wrong-place-internet-explor/#post-4346210)
 * Browser Mode IE9
    Document Mode IE9 standards
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [12 years, 5 months ago](https://wordpress.org/support/topic/logo-wrong-place-internet-explor/#post-4346211)
 * Is JS disabled?
 *  Thread Starter [apestaartje](https://wordpress.org/support/users/apestaartje/)
 * (@apestaartje)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/logo-wrong-place-internet-explor/#post-4346212)
 * JS?
 *  Thread Starter [apestaartje](https://wordpress.org/support/users/apestaartje/)
 * (@apestaartje)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/logo-wrong-place-internet-explor/#post-4346214)
 * Shouldn’t I add some code in the header I wonder?
 *     ```
       <?php
       /**
        * The Header for Customizr.
        *
        * Displays all of the <head> section and everything up till <div id="main-wrapper">
        *
        * @package Customizr
        * @since Customizr 1.0
        */
       ?>
       <!DOCTYPE html>
       <!--[if IE 7]>
       <html class="ie ie7" <?php language_attributes(); ?>>
       <![endif]-->
       <!--[if IE 8]>
       <html class="ie ie8" <?php language_attributes(); ?>>
       <!--[endif]-->
       <!--[if !(IE 7) | !(IE 8) ]><!-->
       <html <?php language_attributes(); ?>>
       <!--<![endif]-->
       <?php tc__f('rec' , __FILE__ , __FUNCTION__ ); ?>
   
       	<?php
       		//the '__before_body' hook is used by TC_header_main::$instance->tc_head_display()
       		do_action( '__before_body' );
       	?>
   
       	<body <?php body_class(); ?> itemscope itemtype="http://schema.org/WebPage" <?php do_action ('__body_attributes') ?>>
   
       		<?php do_action( '__before_header' ); ?>
   
       	   	<header class="<?php echo apply_filters('__header_classes', 'tc-header clearfix row-fluid') ?>" role="banner">
   
       			<?php
       			//the '__header' hook is used by (ordered by priorities) : TC_header_main::$instance->tc_logo_title_display(), TC_header_main::$instance->tc_tagline_display(), TC_header_main::$instance->tc_navbar_display()
       				do_action( '__header' );
       			?>
   
       		</header>
   
       		<?php
       		 	//This hook is filtered with the slider : TC_slider::$instance->tc_slider_display()
       			do_action ( '__after_header' )
       		?>
       ```
   
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [12 years, 5 months ago](https://wordpress.org/support/topic/logo-wrong-place-internet-explor/#post-4346216)
 * Sorry I meant JavaScript instead of “JS”.
 *  Thread Starter [apestaartje](https://wordpress.org/support/users/apestaartje/)
 * (@apestaartje)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/logo-wrong-place-internet-explor/#post-4346218)
 * yes, thought so 🙂
    I don’t know or it’s disabled, on another PC I have the same
   problem.
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [12 years, 5 months ago](https://wordpress.org/support/topic/logo-wrong-place-internet-explor/#post-4346219)
 * Btw I’m going to wait until a theme contributor or author replies (in case you
   wonder why I’m not replying).

Viewing 15 replies - 1 through 15 (of 58 total)

1 [2](https://wordpress.org/support/topic/logo-wrong-place-internet-explor/page/2/?output_format=md)
[3](https://wordpress.org/support/topic/logo-wrong-place-internet-explor/page/3/?output_format=md)
[4](https://wordpress.org/support/topic/logo-wrong-place-internet-explor/page/4/?output_format=md)
[→](https://wordpress.org/support/topic/logo-wrong-place-internet-explor/page/2/?output_format=md)

The topic ‘logo wrong place internet explor’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/customizr/4.4.24/screenshot.png)
 * Customizr
 * [Support Threads](https://wordpress.org/support/theme/customizr/)
 * [Active Topics](https://wordpress.org/support/theme/customizr/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/customizr/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/customizr/reviews/)

## Tags

 * [niclook](https://wordpress.org/support/topic-tag/niclook/)

 * 58 replies
 * 5 participants
 * Last reply from: [apestaartje](https://wordpress.org/support/users/apestaartje/)
 * Last activity: [12 years, 5 months ago](https://wordpress.org/support/topic/logo-wrong-place-internet-explor/page/4/#post-4346335)
 * Status: resolved