• Resolved scottclose

    (@scottclose)


    When using 5 or more sections, the menu’s sub_nav_2 (on the left, active featured homepage layout) takes up too much vertical space. Thoughts on the recommended way to shrink the line height? I’ve tried custom css with ul.sub_nav_2 (the sub nav 2 being a div identified in code inspector) but no luck.

Viewing 1 replies (of 1 total)
  • Thread Starter scottclose

    (@scottclose)

    ah. here is how:

    1st, edit nav.png (theme’s image folder) and decrease the spacing between the ‘rings’ by however much needed.

    Then, in custom css code:

    #sub_nav_2 ul li {
    margin-bottom: XX px;
    }

    … where XX = 42 minus the number of pixels you decreased the space between each of the rings (9 pixels shorter, then XX = 33, etc.)

Viewing 1 replies (of 1 total)
  • The topic ‘Sub Nav menu vertical line spacing’ is closed to new replies.