I'm having problems with http:www/racingtruckparts.com. The header only has room for so many pages. If you run your mouse across the top in the white space above the racingtruckparts logo, you will see the other 2 pages show up in red. Can you suggest a way for me to make them visible somewhere all the time? Thank you!
Just menu items are more then can be placed in 1 line and that 2 items are placed in the second line!! What do you want to do with the items? Do you want to delete?
You have to use smaller font-size for top menu or menu items must be nearer each other. Or the menu background must be higher. Decide how you want to display your menu. Try it: Replace #header { height: 170px; } to #header { min-height: 170px; } in style.css of the theme directory.
Change it to padding: 17px 5px 18px; and try again. But the previous example with "min-height" had to work!!!
No, really it didn't unless I did it wrong. It works now. Here's how it looks: /** BEGIN header **/ #header { min-height: 170px; } #header ul { list-style-type: none; } #header ul li { float: left; text-transform: uppercase; font-weight: bold; font-size: 0.9em; padding: 17px 5px 18px;; Thank you so much!! It would have taken me forever to figure that out.