wordpress theme problem, need help

4 replies
  • WEB DESIGN
  • |
#1: officialdigitalmedia[dont]com/post
#2: .samuelng[dot]com/post

css, header.php, index.php, single.php they are all the same, however,
there's a gap on the top of #2 but it looks fine #1

any ideas to fix it? thanks
#problem #theme #wordpress
  • Profile picture of the author mystline
    From what I can tell you've got your wp_head() function call occuring after the </head> tag and as a result it's stuffing a bunch of rogue <link> <script> elements.

    Seems to be the only difference from what I can tell, if that fails to work you could always set a negative top margin on your #container div, 10-15 pixels should do it.
    {{ DiscussionBoard.errors[2870258].message }}
    • Profile picture of the author InsiderPPC
      You mean I just need to put the wp_head() function call before the </head> tag and it'll be fine?
      {{ DiscussionBoard.errors[2870366].message }}
    • Profile picture of the author InsiderPPC
      Originally Posted by mystline View Post

      set a negative top margin on your #container div, 10-15 pixels should do it.
      It works! Thanks so much
      {{ DiscussionBoard.errors[2870450].message }}
  • Profile picture of the author InsiderPPC
    It looks fine on chrome and firefox, however, it doesn't look too good on IE, any other ways to fix this?
    {{ DiscussionBoard.errors[2870540].message }}

Trending Topics