Code: Select all
/* Set the width of the menu elements at second level. Leaving first level flexible. */
#primary-nav li li {
width: 150px;
}
Code: Select all
/* Set the width of the menu elements at second level. Leaving first level flexible. */
#primary-nav li li {
width: 150px;
}