Child Page Width in the Site Menu

A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating skins.

This thread is closed to new posts. You must sign in to post in the forums.
9/23/2011 9:51:50 AM
Gravatar
Total Posts 115
mojoPortal Community Expert

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

You must sign in to post in the forums. This thread is closed to new posts.