I am using superfish and when there is a submenu the menu text is not longer vertical centert but higher.

Comments

hamish_s’s picture

is there any progress on identifying the bug here? or has a work-around in the css been developed?

Thanks,

Hamish (another mayo/superfish user)

mermentau’s picture

Status: Active » Closed (duplicate)

We are trying to solve all the Superfish rendering problems here: http://drupal.org/node/1110892

Feel free to report any details there to help duplicate the issue.

mermentau’s picture

Status: Closed (duplicate) » Closed (fixed)

Fixed in the latest 7.x-1.x-dev.

ayz’s picture

StatusFileSize
new2.71 KB
new1.02 KB

Installed the latest 7.x-1.x-dev of Mayo but still have this issue. Menu item with submenu appears lower than the rest of the main menu. Also the arrows are too close to the menu item.

Spinland’s picture

In style.css I made this change:

.

sf-menu li.menuparent a {
  /* item with child menu - adding some spaces for arrows */
  /* padding: 8px 19px 2px 8px;  */ /* Added 6px at top for alignment*/
   padding: 2px 22px 2px 8px;   /* Added 6px at top for alignment*/
}

That seems to have fixed it.