• Resolved Amit Kvint

    (@webifish)


    some strange float problem when adding a question mark to one of the main nav items (class=”nav-menu”), when doing that it breaks the height of the line and the items become to high and breaks the nav line example here – atwild.com

    I have tried with other characters but seems to work fine : )

    Amit

Viewing 7 replies - 16 through 22 (of 22 total)
  • Thread Starter Amit Kvint

    (@webifish)

    I have just looked at that again and that’s a real weird one!
    the <li class="page_item page-item-[number]"> some text ?Seems to be just fine.I mean just a normal NAV with list items as you do.

    I wonder if there was anything else changed for the NAV compared to 2011 for example (will look at that briefly).
    Anyway any chance that’s some kind of a Chrome bug ? inline-block does seems to create that problem, but couldn’t find any reference as to a known issue with that.

    Keep digging : )
    Amit

    Can you guys test this one?

    .main-navigation li a,
    .main-navigation li {
        display: inline;
        text-decoration: none;
    }
    
    .main-navigation ul.sub-menu li {
        display: list-item;
    }

    Scratch that previous comment. It breaks in other browsers.

    Can you all try this one and see if you find any oddities with it?

    .main-navigation li a,
    .main-navigation li {
        display: inline-block;
        text-decoration: none;
        white-space: nowrap;
    }
    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    It should be fixed now in core.

    Thread Starter Amit Kvint

    (@webifish)

    Yes that one seems to work!

    Hi all, this is fixed now in the core WP trunk repository, see https://core.trac.www.ads-software.com/changeset/22296

    It’ll be in the next main Extend theme release (not sure exactly when, probably mid-November).

    ah, I was looking for exact this problem, Seems to be time to upgrade my installation!

Viewing 7 replies - 16 through 22 (of 22 total)
  • The topic ‘twentytwelve nav’ is closed to new replies.