wordpress theme problem, need help

by 4 replies
5
#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
#website design #problem #theme #wordpress
  • 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.
    • [ 1 ] Thanks
    • [2] replies
    • You mean I just need to put the wp_head() function call before the </head> tag and it'll be fine?
    • It works! Thanks so much
  • It looks fine on chrome and firefox, however, it doesn't look too good on IE, any other ways to fix this?

Next Topics on Trending Feed