• Resolved vickilh2

    (@vickilh2)


    I’ve just added some submenu items. Instead of opening in a box right below the menu item, there is a big space, perhaps 80px, below the submenu box appears. How can I fix this? Thank you!

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter vickilh2

    (@vickilh2)

    It looks like the logo has created a container for the header, and the submenu is pushed down to below the logo container.

    How do I move up the submenu, maybe using z-index to it above the logo container?

    Thanks!!

    hannah

    (@hannahritner)

    Hey,
    Try adding this to your custom css:

    .sf-menu ul {
        margin-top: -50px;
    }

    Hope it helps!

    Hannah

    Thread Starter vickilh2

    (@vickilh2)

    YAY!! That works! Thank you!!

    hannah

    (@hannahritner)

    Oh good! Happy to help:)

    Hannah

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Submenu opens way below menu item’ is closed to new replies.