Hi to all
I have a little problem with a menu (I use superfish)
all the item are link and without any problems, but I don't know how to configure a item (it's a span, not a link).
I want to display that span like a button, but padding works only to add some space on the left and right but for top and bottom it doesn't work (the same with margin)
.menu li span.separator {
font-size: 14px;
font-weight: bold;
padding: .75em 1em;
}
if I add that padding for the li, it's works but I have some problems in other part of menu
I want to add that padding only for the li that includes that span.separator and not for all li of menu, but I don't know which is the best code (eg. like >)
byeeee