How to move css3 button generator arrows

Q: Can you tell me which parameter I need to change in order to move the arrow indicating a sub-menu slightly to the right.
I am using v3.3 of your software.

A: Please, open generated .css file in any text editor and find the code:

ul#css3menu0 span {
    background-image: url("arrowsub.png");
    background-position: right center;
    background-repeat: no-repeat;
    display: block;
    overflow: visible;
    padding-right: 19px;
}



Add the following parameter:

margin-right: -10px;

Related

Recent Demos



Contact US

For troubleshooting, feature requests, and general help, contact Customer Support at Mail. 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.

See More