I'm currently using the Danland theme for Drupal 7 and need help controlling the superfish horizontal spacing on a per item basis.
The css for the individual items is #superfish .menu li.leaf
I'm able to control the first item in my menu by using #superfish .menu li.first.leaf
- same way for last item.
How do I control the individual item spacing if the only css for those items is ...leaf
? Is the only way via javascript?
Thank you