Q: I am using CSS Menu 3.1 and I do have a few problems. How can I change the margin between submenu items?
A: Change the margin between submenu items is possible only manually. You should open style.css file in any text editor (for example, NotePad), find following lines:
ul#css3menu1 ul li {
float: none;
margin: 10px 0 0;
}
and change "margin" parameter.
For troubleshooting, feature requests, and general help,
contact Customer Support at . Make sure to
include details on your browser, operating system,
CSS3 Menu version, link to your page.
In most cases you'll get a reply within 1 business day. Please read the FAQs first to see if your question has already been answered.