help me..my drop down menu is not work properly with this theme...

Comments

VM’s picture

you're going to need to supply more informtaion than that? WHat dropdowns are you using? are they provided by a drupal.module? If not link to where they are supplied please?

VM’s picture

Component: User interface » Miscellaneous
Category: bug » support
Status: Active » Postponed (maintainer needs more info)
kakajoe’s picture

im using menu core drupal.module ..

kakajoe’s picture

anyone?

kakajoe’s picture

no one cant help me?

Empiric’s picture

Hey,
All columns have {overflow:hidden;} parameters in style.css to prevent breaking of columns when they contain, for example, a very big image or veryveryveryveryverylonglongword - so if you're sure that you won't have such problems - you can just remove lines 331, 342, 360 etc (that contain {overflow:hidden;} parameter) , and after that your dropdowns will do work and won't be cut.

kakajoe’s picture

hai thanks for the reply, but sorry still not work when im trying in my localhost, btw..this is my website http://www.slank.com, please help me

ollar’s picture

Hi everyone. To solve that problem just add to local.css file

.column-1,
.column-2,
.column-3{
overflow:visible;
background-color: transparent;
}
restyler’s picture

Status: Postponed (maintainer needs more info) » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.