How do I reduce height of header?
-
I would like to recude the height of the yellow box surrounding my drop-down menus. I’ve searched the forums and found CSS code, but when I paste code into the Customizing –> Additional CSS blank lines on the left, nothing changes. Either I don’t have the correct terminology, or there’s a trick to writing code (or adding to existing code) that I don’t know. I’m not a developer … I’m a speech therapist. !
This is what I’ve tried pasting in:
#nav {
min-height: 5px;
max-height: 15px
}
#supernav ul {
max-height: 15px;
line-height: 5px;
}
.main-navigation .main-nav ul li a {
line-height: 5px;
}The page I need help with: [log in to see the link]
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘How do I reduce height of header?’ is closed to new replies.