Okay
  Public Ticket #249873
Internet explorer 8 bug...
Closed

Comments

  • Mario started the conversation

    Hello, first of all, you guys at Salient are fantastic!!!

    And I mean it!!!

    In my opinion you are the best in all of WP. And also the most cross-browser compatible.

    I am just experiencing one tiny bug, when viewed from Internet explorer 8, on the homepage, the very first paragraph almost touches the nav header. On chrome and firefox however the margin is taken.

    I would appreciate any help or quick custom css that can just solve this for IE8. Thank you!

  •   Mario replied privately
  •  997
    ThemeNectar replied

    Hey Mario!

    Try adding this into the ie8.css stylesheet in the css folder:

    html body .container-wrap {
      padding-top: 130px!important;
    }
    

    Cheers :)

  •   Mario replied privately