| Need to reduce margin on left of items ¶ | |
| Want to eliminate the small image area at the left of the text of a menu item. I have not found out where this is defined. Really just want the text flush to the left of the menu maybe with a small 1 or 2 pixel margin. The area defined for images is too large. Thanks | |
| Re: Need to reduce margin on left of items ¶ | |
| Just look in src/hmenu.css for occurrences of "width: 18px" (should appear 2 times) and replace them with "width: 0". Alternatively—a better solution if you don't want to modify the original files—you can put the following lines somewhere in your own CSS file (needs to be loaded after the DynarchMenu skin): div.dynarch-popup-menu tr.item td.icon img, After this, if there are items where you would like to include an icon, you may put the <IMG> tag inside the <A> tag, but note that in this case it's usually impossible to achieve perfectly centered vertical alignment. | |
| last |
| Re[2]: Need to reduce margin on left of items ¶ | |
| Thanks!! That worked perfectly!! I created folder structure under hmenu for customized parts. I just changed a copy there. Perfect! | |
| last |
| Re[2]: Need to reduce margin on left of items ¶ | |
| Hello, I am using the menu with 'skin-xp-extended'. How I ensure the main menu expands fully to the right? I have a white gap all down the right hand side which I can only get rid of my adding a menu item with a long name. I hope I have explained myself enough! Thank you for such a great product - So far it has been well worth the money :-) Mark Handford | |
| last |














