Child Page Width in the Site Menu
Working with showing child pages in the site menu for the first time and everything seems to be working with with the CSS except the width of the AspNet-Menu-Leaf in the child menu. If the pages has a longer title all widths are fine but if the title is shorter the width is shorter for that li.
This is the CSS I am using.
div.AspNet-Menu-Horizontal ul.AspNet-Menu li.AspNet-Menu-WithChildren ul li.AspNet-Menu-Leaf
{background: #0999E1;
color: #F5F6F0;
height: 40px;
margin: 0px 0px 0px -40px; padding: 5px 5px 5px 5px ;
}
Anyone know what I can set to create an uniform width?
Thanks