Menu Problems
-
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;
}Or you might move the menu bar above the header image..
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…)
Ah! Yes, remove padding.
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;
}
- You must be logged in to reply to this topic.
