Main top menu aligned to left in IE

  • Author
    Posts
  • #37738
    Aaron

    Hi,

    I’m using Fluida for an intranet we’re hosting locally. The site looks great in firefox and chrome but when you view it in IE 11 it assigns the top menu bar to the left but the content stays in the middle? Do I need to make a change to the CSS to fix this?

    Thanks,
    Aaron

    #37739
    Aaron

    Here is a screen shot of the issue..

    http://imgur.com/vsQt4MJ

    Thanks,

    #37754
    Aaron

    Just another clue.
    When i go to Customize -> Header Structure -> Menu Style
    and choose Normal it works fine and is centre aligned with the content in IE but as soon as I go fixed and it follows you down the page it stays aligned to the left in IE as per the image above.

    #37760
    Dirk

    Hi there,

    I have the same problem.

    I figured out this evil hack, you could give it a try:
    Put this code in Theme Settings / Miscellaneous / Custom Theme CSS:

    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        #header-container {
            position: relative;
        }
        #branding-inside {
            padding-top: 0px;
        }
    }

    The menue then isn’t fixed anymore in IE, but centered.

    #37812
    Lacika

    I have the same problem as described.
    btw. Dirks adwice is not working in my case.

Viewing 5 posts - 1 through 5 (of 5 total)

The topic ‘Main top menu aligned to left in IE’ is closed to new replies.