Q: I set the radius to make the buttons more square.
When the menu is a dropdown - it rounds the corners and now my buttons are not cocsistent. How do I fix this?
A: You can make some changes in the .css file.
Please, open generated .css file in any text editor and fine the following code:
ul#css3menu1 li.toproot > a {
border-color: #2C2C2C;
border-radius: 10px 10px 10px 10px;
border-style: none;
border-width: 0 0 3px;
padding: 3px 10px;
}
Set the necessary value for "border-radius" 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.