
Originally Posted by
imak
It is possible to make the menus first level non-proportional (%), with differents widths, adapted to the width of the words ? With 5px padding left and right sides of the words ?
( sorry for my english. I hope my question is clear )
Yes... that is how the menu used to be... until too many people were asking for it this way, LOL.
Open up includes/templates/YOUR_TEMPLATE/css/stylesheet_headermenu.css, and remove from div#dropMenu li:
Code:
width:16.667%;
*width:16.649%;
and then change the padding for div#dropMenu li a from:
to:
Bookmarks