The menus look/work fine on my monitors and also on various platforms at QuirkTools - http://quirktools.com/screenfly
The page menu needs to have a specific height, color, 2px separators, and span evenly from border to border... which it appears to be doing correctly as it is now.
My menu spacing is currently coded (ATO>>CSS inserts) as:
Code:
div#menu1 ul.rMenu li a, div#menu2 ul.rMenu li a { padding: 15px 2.97em; } div#menu1 ul.rMenu li.rMenu-expand a, div#menu2 ul.rMenu li.rMenu-expand a { padding: 15px 2.97em !important; }
I cannot replicate the problem she is having and was hoping for some insight from one of the many experts here.
The test site url - http://sheryl.wordpressproservices.com
Using:
Wordpress 3.4.1
Atahualpa 3.5.3 (all theme fixes have been applied)
Wordpress menus
CSS menu codes currently in use:
Code:
/* MENU BARS */ div#menu1 ul.rMenu-hor li.rMenu-expand a { background-image: none; } ul.rMenu-ver { background: #699864 !important; border-left:solid 8px #E9E0BD; border-bottom:solid 8px #E9E0BD; border-top:solid 4px #E9E0BD; border-right:solid 8px #E9E0BD; text-align:left !important; } ul.rMenu-ver a:link, ul.rMenu-ver a:visited, ul.rMenu-ver a:active { color: #fff !important; } ul.rMenu-ver a:hover { color: #333 !important; } div#menu1 ul.rMenu li.rMenu-expand li a, div#menu2 ul.rMenu li.rMenu-expand li a { padding: 10px 5px !important; } div#menu1 ul.rMenu { background: transparent; border: none !important; } /* Adjustments for the menu bars, which in their default state have 1px borders plus -1px margins to avoid 1+1=2px borders between neighbor items. */ ul.rMenu-hor ul, ul.rMenu-hRight ul { margin-top: 0px; } ul.rMenu-hor li { margin-bottom: 0px; margin-top: 0px; margin-left: 0px; } ul.rMenu-hor { padding-left: 0px; } ul.rMenu-ver li { margin-top: 0xp; } div#menu1 ul.rMenu li a, div#menu2 ul.rMenu li a { padding: 15px 2.97em; } div#menu1 ul.rMenu li.rMenu-expand a, div#menu2 ul.rMenu li.rMenu-expand a { padding: 15px 2.97em !important; } /* Space between items of page menu bar */ div#menu1 ul.rMenu li { margin-right: 2px; } /* Reset margin for 2nd+ level items */ div#menu1 ul.rMenu li li { margin-right: 0; } div#menu1 { border: none !important; }