Options

Navbar padding

tiger26tiger26 Registered Users Posts: 8 Big grins
edited January 11, 2014 in SmugMug Customization
Hi all--just wondering if anyone knows how I can add some padding on the left side of my navbar so there's a little distance between the edge of the transparent box and the text? Thanks
The J.L. Wiswell Collection
http://www.jlwiswell.com

Comments

  • Options
    AceCo55AceCo55 Registered Users Posts: 950 Major grins
    edited January 8, 2014
    Increase the margin of navbar content block?
    Customise > Entire site > click on navbar content block > click on the triangle icon on top left of the content block > adjust margins to suit
    My opinion does not necessarily make it true. What you do with my opinion is entirely up to you.
    www.acecootephotography.com
  • Options
    tiger26tiger26 Registered Users Posts: 8 Big grins
    edited January 9, 2014
    Thanks--I tried that initially but it doesn't seem to shift the text over. Any other ideas or things I'm doing wrong?
    The J.L. Wiswell Collection
    http://www.jlwiswell.com
  • Options
    AceCo55AceCo55 Registered Users Posts: 950 Major grins
    edited January 9, 2014
    Two things:
    Check the margins of the other content blocks next to it
    You can also get things closer by using negative margin values
    My opinion does not necessarily make it true. What you do with my opinion is entirely up to you.
    www.acecootephotography.com
  • Options
    tiger26tiger26 Registered Users Posts: 8 Big grins
    edited January 11, 2014
    Tried both of those without success--would changing the CSS fix it?
    The J.L. Wiswell Collection
    http://www.jlwiswell.com
  • Options
    beardedgitbeardedgit Registered Users Posts: 854 Major grins
    edited January 11, 2014
    tiger26 wrote: »
    Tried both of those without success--would changing the CSS fix it?
    You could try adding some padding on the left using this:
    .sm-page-widget-nav .sm-page-widget-nav-popover.sm-page-widget-nav-vertical .sm-page-widget-nav-toplink {
        padding-left: 10px;
    }
    
    Yippee ki-yay, footer-muckers!
  • Options
    tiger26tiger26 Registered Users Posts: 8 Big grins
    edited January 11, 2014
    beardedgit wrote: »
    You could try adding some padding on the left using this:
    .sm-page-widget-nav .sm-page-widget-nav-popover.sm-page-widget-nav-vertical .sm-page-widget-nav-toplink {
        padding-left: 10px;
    }
    

    Awesome--thanks!
    The J.L. Wiswell Collection
    http://www.jlwiswell.com
Sign In or Register to comment.