Log in

View Full Version : jQuery Multi Level CSS Menu #2



jlp5679
09-01-2013, 12:15 AM
I would like to control the width of the button independent of the title of the button. Another words add padding to the left and right of the title. Could you tell me how to do so? Thanks Jim

Deadweight
09-12-2013, 12:24 AM
do you mean like:


#title {
padding-left: 20px;
padding-right: 10px;
}

?