Header Shift - module, CSS, theme, or drupal in general?
illusionest - May 29, 2009 - 19:16
Hello everyone,
i posted this issue at module issues a while back, but i havent received any support so i figured i would ask here since i dont know what exactly is the problem anyway.
when i put images via imagemenu module into the header, they all get shifted +12px to the right, no CSS code (as far as i know) would override this behavior. It pushes the last button to the next line. All DIV's and images are exact fit (920 pixels width).
is it because drupal's header does not allow exact fit images into a DIV? or is this the module's problem?
how would i fix this? or can i? is there another alternative to imagemenu module?
Thank you very much in advance!!

Pretty much impossible to
Pretty much impossible to answer without seeing the site.
Professional Drupal Design and Theme Services
okay, here's the
okay, here's the URL:
http://www.mlawstudio.com/
...
Heres your problem:
system-menus.css (line 47).block ul {
margin:0;
padding:0 0 0.25em 1em;
}
You need to remove the left padding.
Professional Drupal Design and Theme Services
Thanks!!
Wow jmburnz, thank you very much!!
i will test that in a few minutes, THANKS!
:-)