If you don't want to centre the menu, you can just remove
#header-menu {
display: table !important;
margin: 0 auto !important;
}
from custom CSS.
Graphene Child Theme Template | Graphene Theme Tutorials | WordPress tutorials.
Fetching latest tweet ...
If you don't want to centre the menu, you can just remove
#header-menu {
display: table !important;
margin: 0 auto !important;
}
from custom CSS.
Thanks, I have removed that and that has brought the text back, but the colored menu is now too long still?
Then remove width: 93%; from #header-menu-warp
Great, thank you :) i made it the following and it's worked.
#header-menu-wrap {
position: absolute !important;
margin-top: -235px;
z-index: 15;
width: 64%;
}
Thanks for the help
Marking thread as resolved. You can do this yourself as well.
This topic has been closed to new replies.