• Resolved muskoxen

    (@muskoxen)


    Hi all- I can’t figure out how to adjust the spacing of the drop down menu items (parent > children items).

    I’ve tried going through the CSS (style.css) line by line and the block remains the same.

    i hope (and sorta not hope) i am missing something obvious!

    thank you in advance,

    Chris

Viewing 3 replies - 1 through 3 (of 3 total)
  • This is the CSS that controls the padding in the sub-menu. Is that what your looking for?

    .primary-navigation ul ul a {
        padding: 53px 12px;
        white-space: normal;
        width: 176px;
    }

    If you put this in at the end of your style.css file you can update the padding and width of a submenu. Firebug says the original code is on line 3401 of style.css.

    Thread Starter muskoxen

    (@muskoxen)

    Thank you Michael – that worked.

    Proceeding to grab Firebug….

    Cheers, Chris

    top!!!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Drop Down Menu Block Spacing’ is closed to new replies.