• As I’ve been working on my site, I’ve noticed a rather large gap between the menu and its dropdown combined with rather small fonts in the dropdown menu. How can I fix these issues? I’d like the dropdown fonts to be about 28px or at least a little more readable and the dropdown to be more readily noticeable which part of the menu it’s attached to. I’ve already removed all custom CSS and have invested FAR too much time to start over.

    Thanks in advance!

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

Viewing 1 replies (of 1 total)
  • hannah

    (@hannahritner)

    Hey,
    You can use this css to pull up your dropdown:

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

    And you can use this to increase your dropdown menu font size:

    .sf-menu * {
        font-size: 28px;
    }

    Hope that helps!

    Hannah

Viewing 1 replies (of 1 total)
  • The topic ‘Remove Space Between Dropdown Menu & Fix Menu Font Size’ is closed to new replies.