|
well if right now they are not fixed widths, you can use developer tools inside of your browser,, and click on the div, it should show the width, or trial and error just changing the width till the largest one is how it use to be when it was not fixed width.
As for the fonts.
You would just have set the font size and family and what ever else you want into your li or a tag.
so something like this
.navigation li ul li a { font-size:12px; font-family:ariel; }
hope this helps a bit.
|