• Hi, I am pretty new to WP and this is my first attempt so please do not flame me if the question is stupid.

    I have installed the plugin on my site and everything seems fine apart from the fact that the header bar is now floating down from where it should be.

    An example of my problem can be seen here

    Does anyone have some simple advice, it says the plugin CSS is inactive (when i go to edit plugin)

    Thanks in advance

    http://wordpress.org/extend/plugins/job-manager/

Viewing 3 replies - 1 through 3 (of 3 total)
  • I’m not sure how Job Manager could be affecting the CSS for your menu, but here’s a quick fix. For your #navigation CSS (main.css, line 37), change the value of margin to:

    margin: -38px 0 30px;

    Thread Starter leeuk

    (@leeuk)

    Thanks for that, I did try it but it still seems to show the dropped header (reverted back to old css)

    Thanks

    Try changing the top:0; in(main.css, line 37)to
    #navigation {
    top:-38px;
    }
    works when I do it with Firebug in Firefox.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Job Manager] Screwed Up Header’ is closed to new replies.