Posted by coldpookie on November 26, 2012 at 12:39am
Hi all,
Anyone know why this overlap is happening?
https://docs.google.com/open?id=0B4KnwODjrS6jNzMza1Zyd2l6Yk0
Happens with all drupal menus, and I can hardly read the sub menus because of it.
Cheers
Comments
=-=
looks like a css issue. Hard to be more specific without a link to the site with which to inspect further.
CSS you say
Interesting, it seems to happen after I use an Artisteer theme, could the them somehow be altering these menus?
Cheers
Astisteer not very good
Just one of the examples why I don't like Arstisteer templates too much. They have all kinds of little annoying errors. I ended up hacking every new install of Artisteer so that it automatically adds a override.css file to the theme where I can make my corrections. To add the override entry automatically in all your Artisteer themes, you can change the file C:\Program Files\Artisteer 3\Library\Data\Templates\Drupal\Variables.xsl
You will find there a line saying.
<![CDATA[stylesheets[all][] = style.css
scripts[] = script.js]]>
You just add one line there:
<![CDATA[stylesheets[all][] = style.css
stylesheets[all][] = override.css
scripts[] = script.js]]>
Now use the Firebug plug-in for Firefox to find out what is wrong and correct by playing with the margins in the CSS at the right side of its display. If you find the right correction that gives more top margin, then you can add it to the file override.css in your theme's folder. Or of course you can add it in Artisteer itself at Artisteer Export > Options > Css Options