Options

Code for Nav Bar Spacing

FTGphotoFTGphoto Registered Users Posts: 31 Big grins
edited August 13, 2013 in SmugMug Customization
Is their some site wide CSS code that can allow me to adjust the spacing between my items listed on my nav bar...I'd like to bring the words a little bit closer together then the default setting.

Comments

  • Options
    aschendelaschendel Registered Users Posts: 283 Major grins
    edited August 13, 2013
    What theme are you using? This should put you back to 0 for everything and then you can pump it up from there...
    /* clockwise from the top: top, right, bottom, left */
    .sm-page-widget-nav-toplink {
      padding: 0px 0px 0px 0px;
      margin: 0px 0px 0px 0px !important;
    }
    

    I personally have 25px left and right, although mine's little funky since I have a bullet separator in between my links.

    Andy
  • Options
    FTGphotoFTGphoto Registered Users Posts: 31 Big grins
    edited August 13, 2013
    aschendel wrote: »
    What theme are you using? This should put you back to 0 for everything and then you can pump it up from there...
    /* clockwise from the top: top, right, bottom, left */
    .sm-page-widget-nav-toplink {
      padding: 0px 0px 0px 0px;
      margin: 0px 0px 0px 0px !important;
    }
    
    I personally have 25px left and right, although mine's little funky since I have a bullet separator in between my links.

    Andy

    Perfect, Thanks :D

    It's a small detail, but it just feels more polished . . . the default spacing was just a little to wide
Sign In or Register to comment.