By david7 on
Hi
I've using the nice menu module in my drupal header area but can't get it to line up with the long horizontal black bar near the top of the screen as you can see in
The nice menu strip is offset a few px down and causes an ugly staggered effect on the left.
Any ideas on how to move the nice menu upwards to make it line up?
I've used firebug and dug through the css borders and padding but can't get it to move.
I'm using a copy of the nice menu css file as described in the nice menu documentation
Drupal 6.12
Nice Menu 6.x-1.3
Comments
.
with thanks to Dave at http://buckeyelake.org/ this is how to fix the problem
In admin / blocks, set the nice menu block to so it doesn't show
Then go to the theme (i'm using pixture) directory / page.tpl.php, and change this:
print theme('links', $primary_links, array('class' =>'links', 'id' => 'navlist'))to this:
print theme('nice_menu_primary_links')