Menu Problems
-
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.
Try again the child theme. Then I’ll give you the code to decrease the menu font size.
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.
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.
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.
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..
And decrease the padding-
#header-menu ul li a {
font-size: 10px !important;
padding: 8px;
}
- You must be logged in to reply to this topic.
