Options

Can I change the size of the submenu boxes?

mrhonimrhoni Registered Users Posts: 173 Major grins
edited July 22, 2014 in SmugMug Customization
is there a way to adjust the size of the submenu? I'd like to make them a little thinner. They seem to overpower the page.

Comments

  • Options
    AllenAllen Registered Users Posts: 10,011 Major grins
    edited July 22, 2014
    TRy this in "entire site" CSS. This also affects other menus like the size flyup in lightbox.
         /* shorter menu drop buttons */
    .yui3-menu-item>.yui3-menu-label {
       padding: [COLOR=Red]1px[/COLOR] 46px [COLOR=Red]1px[/COLOR] 22px;  /* top R bottom L */
    }
    
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • Options
    mrhonimrhoni Registered Users Posts: 173 Major grins
    edited July 22, 2014
    Thank you, that worked as I wanted.
Sign In or Register to comment.