Re: Need to reduce margin on left of items
2005/06/02 14:50
Viewed 7570 times
Replies: 2/4

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,
div.dynarch-popup-menu tr.item td.icon div {
width: 0;
}
div.dynarch-popup-menu tr.item td.icon {
width: 0;
}

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.

Re[2]: Need to reduce margin on left of items
2005/06/02 15:40
Viewed 9417 times
Replies: 1/1

Thanks!! That worked perfectly!! I created folder structure under hmenu for customized parts. I just changed a copy there. Perfect!
-Allen

last
Re[3]: Need to reduce margin on left of items
2005/08/25 22:36
Viewed 10420 times
Replies: 0/0

Perfect- Thanks!

last
Re[2]: Need to reduce margin on left of items
2005/10/12 15:14
Viewed 8704 times
Replies: 1/1

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
www.cooltxt.com

last
Re[3]: Need to reduce margin on left of items
2005/10/12 19:49
Viewed 10164 times
Replies: 0/0

I'm not sure I understand what you're saying... Can you post a screen-shot/sample somewhere (or send it to us by email)?

last
Google