• Resolved zillianne

    (@zillianne)


    Because I have 9 pages, I changed the font of the navigation in the extra css:

    .main-navigation ul li a {
    font-size: 13px;
    }

    instead of the original 16px.

    This fits fine, but when hovering the ‘referenties’, subpage buttons open, but they disappear when trying to hover and click.

    What could be going wrong?

    Thx in advance.

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter zillianne

    (@zillianne)

    More info:
    I noticed the following:

    this css works fine for font size of 16px, and everything above, so making font larger works fine.

    However when you decrease size (15px, 14px etc…) the issue described above happens!

    Thread Starter zillianne

    (@zillianne)

    A solution that I tested is to change the font family to some narrow script, so I can choose font size bigger than 16:

    .main-navigation ul li a {
    font-size: 20px;
    font-family: ‘Open Sans Condensed’, sans-serif;

    }
    .main-navigation ul li ul li a {
    font-size: 17px;
    font-family: ‘Open Sans Condensed’, sans-serif;
    }

    It’s a workaround, but doesn’t solve the original problem.

    Hi @zillianne,
    While checking your URL, We don’t find the issue you have mentioned. Are you still having this issue? Please let us know so we could look at it in detail.

    Regards,
    ThemeGrill Support Team.

    Thread Starter zillianne

    (@zillianne)

    I have changed font to something narrow (google-font), so problem is ‘solved’.

    .main-navigation ul li a {
    font-size: 19px;
    font-family: ‘Open Sans Condensed’, sans-serif;
    }

    .main-navigation ul li ul li a {
    font-size: 17px;
    font-family: ‘Open Sans Condensed’, sans-serif;
    }

    Thx

    Hi @zillianne,
    Great to hear that your issue has been resolved. Let us know of any other help.

    Regards,
    ThemeGrill Support Team.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Navigation: dropdown (subpages) disappears’ is closed to new replies.