Posted by illusionest on May 29, 2009 at 7:16pm
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!!
Comments
Pretty much impossible to
Pretty much impossible to answer without seeing the site.
Responsive Drupal Themes | Drupal 8 Design Initiative | Certified to Rock
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.
Responsive Drupal Themes | Drupal 8 Design Initiative | Certified to Rock
Thanks!!
Wow jmburnz, thank you very much!!
i will test that in a few minutes, THANKS!
:-)