in wp-layout.css add the following into the #menu ul ul section
padding-bottom:20px;
and set the spacing to whatever you like.
Hope that helps.
CJ
Thanks .. I’ll try that.
Odd thing is it *was* fine when I started messing with my css, and then the list all closed up – and I’d not touched any #menu styling until that point. Very peculiar.
Oh well, back to my coloured squares 🙂
I am indeed dinking 🙂
Chillijam’s suggestion was one I thought I had tried, but I did it again. That just separates every item by the same margin … what’s odd is that it worked on my xampp setup, I moved it to my testblog to try other stuff and it worked, now I try to move it to my actual blog, it fails …… I’ve been at it too long I think – can’t see wood for the trees sort of thing.
Bah .. given up for now.
Thanks for the advice 🙂
when you combine #menu ul li ul with #menu ul ul, I imagine things can get a bit messy. Chillijam’s suggestion should not separate each item but every nested ul.