Nav-bar line spacing

einateinat Registered Users Posts: 193 Major grins
edited August 22, 2013 in SmugMug Feature Requests
As it is, the spacing between the links on the menus (in the vertical accordion and in the sublinks) is huge.
When a top link of a folder that has many galleries is expanded, it is soooooo long. Decreasing the space between the lines would improve this.

Perhaps an option to set how many pixels? Or tight\spacious\medium?

See what happens when you expand "Travel" on my site - www.einatix.com

Comments

  • AllenAllen Registered Users Posts: 10,008 Major grins
    edited August 22, 2013
    einat wrote: »
    As it is, the spacing between the links on the menus (in the vertical accordion and in the sublinks) is huge.
    When a top link of a folder that has many galleries is expanded, it is soooooo long. Decreasing the space between the lines would improve this.

    Perhaps an option to set how many pixels? Or tight\spacious\medium?

    See what happens when you expand "Travel" on my site - www.einatix.com
    Change the top and bottom padding in this to reduce the button height. Adjust to your liking.
    Add to "entire site" CSS
         /* shorter menu drop buttons */
    .yui3-menu-item>.yui3-menu-label {
       padding: [COLOR=Red]1px [/COLOR]46px [COLOR=Red]1px [/COLOR]22px;
    }
    
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • einateinat Registered Users Posts: 193 Major grins
    edited August 22, 2013
    Allen wrote: »
    Change the top and bottom padding in this to reduce the button height. Adjust to your liking.
    Add to "entire site" CSS
         /* shorter menu drop buttons */
    .yui3-menu-item>.yui3-menu-label {
       padding: [COLOR=red]1px [/COLOR]46px [COLOR=red]1px [/COLOR]22px;
    }
    


    Hi, thanks, but it did the trick on the owner menu (customize, roganize etc.), not the verical nav-bar on the published site.

    Beside, I wish they would make more user-freindly options instead of us having to use CSSs.
Sign In or Register to comment.