Hi David,
that is an excellent suggestion, it did work out for the menu items which now have “uneven width” just as planned.
But as I implemented that line, something happened to the structure of the menu which is now not “falling down” properly along the left sidebar. Please just refresh that link and take a look
*** EDIT ***
Never mind, I think I’ve got it right and everything is in place now, here’s the css:
.main-navigation .main-nav ul li a, .main-navigation .main-nav ul ul li a {
display: inline-block;
}
.nav-aligned-right .main-navigation ul {
float: right;
text-align: right;
}
***
Once again, thanks for the resolution, great support and keep up the good work!