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.

http://drupal.org/node/467210

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

Jeff Burnz - May 29, 2009 - 19:47

Pretty much impossible to answer without seeing the site.

okay, here's the

illusionest - May 29, 2009 - 22:57

okay, here's the URL:

http://www.mlawstudio.com/

...

Jeff Burnz - May 29, 2009 - 23:12

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.

Thanks!!

illusionest - May 31, 2009 - 20:27

Wow jmburnz, thank you very much!!

i will test that in a few minutes, THANKS!

:-)

 
 

Drupal is a registered trademark of Dries Buytaert.