Hi
I have a lot of menu items with a lot of text. They look run together.
I need to add more padding to right and left of each menu item, but not to top and bottom.
Let's say I need 8px to right and left, and 2px to top and bottom.
the style padding seems to only accept one number, e.g. padding=3.
Is there some other way to create a larger separation between menu items?
I tried the separator styles, but haven't yet hit on the right combo.
Thanks for any help.
how to add more padding to right and left of menu item?
Hello,
There is a parameter called rawcss. You would use that to add css styled padding.
You'd probably want to remove the padding= parameter, or // it out.
There are some links below my name to various menu parameters, those for style, for menu, and for items.
Ruth
There is a parameter called rawcss. You would use that to add css styled padding.
Code: Select all
rawcss="padding:2 8 2 8";
There are some links below my name to various menu parameters, those for style, for menu, and for items.
Ruth