[Resolved] Arrows on submenu nav items "offset" in Firefox

Home Forums Support [Resolved] Arrows on submenu nav items "offset" in Firefox

Home Forums Support Arrows on submenu nav items "offset" in Firefox

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #390082
    Wilk

    When using this CSS:
    .main-navigation ul ul {
    width: auto;
    white-space: nowrap;
    }

    With the white-space: nowrap in play, the arrows on the secondary nav menus get “offset” in Firefox. Doesn’t happen in Chrome or Safari.

    Example w/ screencaps: https://oneofmydomains.com/

    I don’t think it’s a GP issue per se, but my css is weak and I’m hoping someone here may have run across it and know an easy fix ๐Ÿ™‚

    #390334
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Weird – can you give this a try?:

    .main-navigation ul ul {
        width: auto;
        white-space: nowrap;
    }
    
    .sub-menu .dropdown-menu-toggle {
        position: absolute;
        right: 0;
    }
    #390336
    Wilk

    Perfect, that fixed it.
    Thank you so much!

    #390361
    Tom
    Lead Developer
    Lead Developer

    You’re welcome ๐Ÿ™‚

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.