Hi,
I have almost completed the customization of my site, but there’s one thing I still can not achieve.
I want to change the height of the sub menu to make it identical to the height of the menu.
I changed the height of menu to 40px like this:
# nav. menu {
width: 100%;
height: 40px;
}
How to do the same for the sub menu?
And finally, how to center the text in the menu?
Because if I increase the height of the menus, the text is placed at the top.
Thank you for your work on Graphene, it is really great!