All drop down menu alignments have shifted a little to the right after the update to 7.x-1.9

Screenshot attached (obfuscated).
The drop down shown is for the "About" menu.
The same problem exists for the admin menu on top, and the navigation menu on the left as well.

Thanks for the great menus!

Comments

Morn’s picture

I had a similar problem. Solved it by deactivating, erasing the code and installing again.
In one case I had to uninstall the module which means you have to configure the superfish blocks again,
not nice but it worked.

grahamvalue’s picture

I uninstalled the module, deleted all module and library files, reinstalled everything and reconfigured all 5 menus after reading your comment.

Does not work.
The issue still exists.

grahamvalue’s picture

Project: Sky » Superfish Dropdown Menu
Version: 7.x-3.0-rc1 » 7.x-1.9
Component: Code » User interface
Category: support » bug

The issue can be seen live at http://www.serenitystocks.com

Update:
The issue is no longer live due to the temporary custom CSS hacks

grahamvalue’s picture

Project: Superfish Dropdown Menu » Sky
Issue summary: View changes

no longer live

grahamvalue’s picture

Priority: Normal » Major

Issue exists on Chrome, Firefox and Safari (all on OSX).
Changing Priority to Major.

Great menus but need a fix for this issue soon.
Thank you!

grahamvalue’s picture

Project: Superfish Dropdown Menu » Sky
Issue summary: View changes

Thanks for the great menus!

mehrpadin’s picture

Project: Sky » Superfish Dropdown Menu
Category: bug » support
Priority: Major » Normal

Hey everybody,

Bug?

sites/all/themes/sky/css/navigation.css line #29

ul.menu ul {
  margin-left: 15px;
}

This is causing that, and the best to prevent it is this:

ul.sf-menu ul {
  margin: 0 !important;
}
grahamvalue’s picture

Thank you, mehrpadin.

When can we expect a fix for this?
Or should this be logged as an issue under the sky project?

The previous version of superfish did not have this problem with the sky theme.

grahamvalue’s picture

Have temporarily added the CSS hack to the custom CSS section of the SKY theme.
This corrects the main menus and drop downs for now, but the left menus still have the problem.

Thank you!

mehrpadin’s picture

Project: Superfish Dropdown Menu » Sky
Version: 7.x-1.9 » 7.x-3.0-rc1
Component: User interface » Code

Right, because the previous one didn't have the .menu class and so on.

Yeah, I guess we should move this to Sky, which I'll do now.

grahamvalue’s picture

Thank you, mehrpadin!

Adding the following custom CSS hack has temporarily fixed the left menu too.

ul.sf-menu 
{ 
margin: 0 !important; 
}

So we're good for now till the SKY theme code is updated.

grahamvalue’s picture

Issue summary: View changes

Update:
The issue can be seen live at http://www.serenitystocks.com

mehrpadin’s picture

Issue summary: View changes
Status: Active » Closed (works as designed)
grahamvalue’s picture

Hi,

This fix seems to have stopped working.
You can see the issue again at - www.serenitystocks.com

Any ideas?

Thank you for the help!

grahamvalue’s picture

Status: Closed (works as designed) » Active
StatusFileSize
new212.46 KB

HI,

Thanks for the beautiful theme.

The fix mentioned above stopped working some time ago.
You can still see the issue on www.serenitystocks.com
(screenshot attached)

Would really appreciate it if it can be fixed.

Thank you!

lobsterr’s picture

Status: Active » Closed (outdated)