CSS menu trouble.
-
Clients site had two levels of drop down menu due to the extensive length of her items. I have in the past managed to tweak the CSS to get both lines very visible and working. Now, for some reason I have lost a line of menu on the update of the scripts and after looking, the Menu template has eliminated several items in the “menu builder” After several attempts to put them back into place and save, it reverts back to the original and doesn’t add the missing items.
I have extended the menu height, but wondering where I am missing something… is this a possible bug in the update or should I look at something else to get that second line that is missing?
.art-nav
{
-webkit-border-radius:8px 8px 0 0;
-moz-border-radius:8px 8px 0 0;
border-radius:8px 8px 0 0;
margin:0 auto;
position:relative;
z-index: auto !important;
font-size: 0;
text-align: left;
height: 82px
}
- The topic ‘CSS menu trouble.’ is closed to new replies.