Hi P7 and Community, am finally playing with AMM and it's a nice change from updating recaptchas ... plus I'm enjoying it.
Is it my imagination or does the font-size need to be expressed in px ? Below is lines 74-83 in the standard CSS. I usually use ems and when I change this from px to em the text all disappears... the particular menu on my play page (which is not online) has a dropdown and I do see the arrow. but that's it, none of the text and the line height is also reduced... the only change is to change 16px to 1em or 1.5em. I've got it at 20px right now ... I'd really prefer to be able to use ems but at this point I just want to know if I'm crazy :) Thanks, Diane
ps appreciate how we can add before and afters to select menu elements that are conditional upon the menu being fixed or in responsive mode and the script still handles determining the length correctly, nice !
******************************
ROOT LEVEL LINKS
******************************
*/
.p7AMM li a {
display: block;
text-decoration: none;
padding: 15px 20px;
font-size: 16px;
}