Comments floating over title-bar
Hi!
I am using Ninja 2.0.3 theme (http://vanillaforums.org/addon/ninja-theme)
The problem starts when I install Voting. The mainpost and everything els is working great, but the comments timestamp/flagging/ip is overlayed the SiteTitle, SiteMenu on top of the page with the menu.

Is there any way to get this to work?
0
Comments
Change/override the CSS. This is the file that styles that section: https://github.com/CreativeDreams/Voting/blob/e84aaeaa6872a63a138f62050284e39fadd1e2a3/design/voting.css
Check out CSSEdit if you aren't familiar with how to do this: http://vanillaforums.org/addon/cssedit-plugin
Thanks. You are a hero.
Changed
}
ul.DataList div.Meta {
z-index: 5;
}
to
}
ul.DataList div.Meta {
z-index: 1;
}