Menu Problems

  • Anonymous

    #22818

    I think you haven’t seen my last reply. Try decreasing the padding. It gives some more space..

    #header-menu ul li a {
    font-size: 10px !important;
    padding: 8px;
    }

    kyungs

    #22819

    Yes, I added the code to decrease padding too.

    One more comment. Again, I think this template is amazing. While my site isn’t much, there’s NO WAY I could’ve produced something like this without Graphene. Thanks again.

    Anonymous

    #22820

    Or you might move the menu bar above the header image..

    kyungs

    #22821

    Really? I can do that? I wonder if people will see it up there.

    Anonymous

    #22822

    Did you know that you can decrease the font size only for the “Quests” dropdown menu?

    Just add #menu-item-42 before the #header-menu…… (It needs a space b/w #menu-item… and #header…)

    kyungs

    #22823

    I’m okay with them all reduced. This thing will grow over time and it’s good to have room in the other drop downs too.

    I’m looking forward to v1.6. Then maybe I can widen the thing and have a custom menu in a side bar.

    kyungs

    #22824

    Oops. New issue now. Try navigating to Buildings, then to any submenu (to the right). It won’t go there. It’s too far away and it collapses.

    Anonymous

    #22825

    Ah! Yes, remove padding.

    kyungs

    #22826

    Remove padding?

    Anonymous

    #22827

    remove this from your child theme stylesheet,

    #header-menu ul li a {
    font-size: 10px !important;
    padding: 8px;
    }

    and retain only this,

    #header-menu ul li a {
    font-size: 10px !important;
    }

Viewing 10 posts - 21 through 30 (of 42 total)

  • You must be logged in to reply to this topic.