Menu Problems

  • Anonymous

    #22808

    You’ve to setup custom menus on activating the child theme. Go to Appearance –> Menus and choose your Header menu and Secondary menu. Otherwise it looks messed up. It’s not the problem of a child theme.

    Anonymous

    #22809

    Try again the child theme. Then I’ll give you the code to decrease the menu font size.

    kyungs

    #22810

    I reinstalled the Graphene theme again to get rid of the child theme again. I want to completely remove the template file but don’t know where the install process put it. I don’t want to delete files in my wp folder when I’m not exactly sure where it was installed.

    kyungs

    #22811

    Okay, I reinstalled it. It’s a mess again. What next?

    Anonymous

    #22812

    Why don’t you give the child theme another try?

    You’ve to setup custom menus on activating the child theme. Go to Appearance –> Menus and choose your Header menu and Secondary menu. Otherwise it looks messed up. It’s not the problem of a child theme.

    To delete the child menu, just go to themes and hit Delete button at the end of the theme description.

    Anonymous

    #22813

    Please read this carefully ====> You’ve to setup custom menus on activating the child theme. Go to Appearance –> Menus and choose your Header menu and Secondary menu. Otherwise it looks messed up. It’s not the problem of a child theme.

    kyungs

    #22814

    Okay, I got it. I re-set my custom menu and had to re-upload my header image but it looks okay again. Wow. That was a panic!

    child theme is active again.

    Anonymous

    #22815

    Okay, add this to your child theme’s style.css file

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

    Apparently you could also decrease the header image size a bit..

    Anonymous

    #22816

    And decrease the padding-

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

    kyungs

    #22817

    That helped quite a bit! Thank you! It’s still a little long and if I have to add to that menu, I may be in trouble again but for the time being, it helps alot! Man, I thought I had completely messed up the site. My friends would’ve killed me!

Viewing 10 posts - 11 through 20 (of 42 total)

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