• I really should know this, but right now I’ll be damned if I can figure it out.
    In the #menu, how do I put space between each Link category ?
    Ta ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • 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

    Thread Starter Mark (podz)

    (@podz)

    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 ??

    Thread Starter Mark (podz)

    (@podz)

    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.

    Thread Starter Mark (podz)

    (@podz)

    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.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘CSS / #menu li’ is closed to new replies.