• Resolved Stefan

    (@steionescu)


    Hi Richie,

    I’m trying to fit a lot of items in the top menu on this site I’m working on: https://acumbacau.wordpress.rcabacau.ro/

    The thing is, since those items don’t fit on the first line, they go to the next line. But then the Superfish menu makes it hard to select children. For instance, if you hover over “Legal” and try to select the child, because of the overflow it goes straight to the item on the next line, that is, “Cazare”.

    I’ve tried making the menu fixed and as wide as the screen (which would be great), with no luck. I keep messing up the logo, the WP admin bar gets in the way etc.

    Can you please take a look at the site and make a suggestion?

    Many thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Richie KS

    (@rkcorp)

    this issue had been brought up, a dropdown nav issue cause by toooo many item in top navigation. no fixed yet until next version.

    recon drop some item in menu so it fit one line in top nav.

    Thread Starter Stefan

    (@steionescu)

    OK, I see, thank you Richie.

    How about making the top-navi fixed and full-width? I’ve tried something like:

    /* top-navi fixed */
    #header .header-inner {padding-top: 40px;}
    #top-navigation { position: fixed; width: 100%; top: 0; right: 0; z-index: 9999;}

    This messes the box-shadow effect (I tried fixing it, no chance; I can do without, I suppose, though it was nice), but also goes under the wp admin bar. Can you please suggest something? Thanks a lot!

    Theme Author Richie KS

    (@rkcorp)

    you need add this including the above code

    body.logged-in #top-navigation { position: fixed; width: 100%; top: 30px !important; right: 0; z-index: 9999;}

    if you’re logged in and adminbar enable, it will drop 30px down so it won’t overlay with adminbar.

    Thread Starter Stefan

    (@steionescu)

    Beautiful, Richie, you rock! Thanks a lot!

    I’ll see what I can do about the box-shadow. I’m marking the post as resolved.

    I’ll finish translating the theme today or tomorrow, and I’d like to send you the .po/.mo files for Romanian. How do I do that?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Top menu with many items’ is closed to new replies.