Hi
I have a superfish main menu and any menu item that has children is slightly lower than any other menu item, is there something I can do to resolve this?

Comments

mehrpadin’s picture

Hey Julie,

I should see it, email me the URL if it's online.

jward50’s picture

mehrpadin’s picture

Ok, you need some CSS tweaks; In the /sites/all/themes/mayo/css/style.css, change the top padding on the line #699 to 2 pixels.

.sf-menu li.menuparent a {
    padding: 2px 19px 2px 8px;
}

You may also want to change the line #707 to top: 2em;

.sf-menu li:hover ul, .sf-menu li.sfHover ul {
  top: 2em;
}

:)

jward50’s picture

Status: Active » Fixed

Thank you very much, that worked a treat

Status: Fixed » Closed (fixed)

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