Reduce space in the navbar
goodshots
Registered Users Posts: 7 Beginner grinner
Hi,
I want to reduce the space between the menu items in the navbar. Could anybody provide me with the correct CSS code?
Thanks for your help.
Dani
I want to reduce the space between the menu items in the navbar. Could anybody provide me with the correct CSS code?
Thanks for your help.
Dani
0
Comments
http://www.dgrin.com/showthread.php?t=245699&highlight=menu+spacing
www.acecootephotography.com
Thank you very much for your quick reply. Unfortunately, I wrote my first post too quick. I don't have a horizontal menu - it's a vertical one on the left side (www.goodshots.ch).
Dani
Former SmugMug Product Team
aaron AT aaronmphotography DOT com
Website: http://www.aaronmphotography.com
My SmugMug CSS Customizations website: http://www.aaronmphotography.com/Customizations
Thanks for your help. It seems it's not possible. With the code you provided, I can increase the space but I can't reduce it (0 px is the standard setting). Doesn't matter. I can live with it :-)
.sm-page-layout-region-left
.sm-page-widget-nav-vertical li {
margin-bottom: 10px !important;
}
My Website index | My Blog
So if you use something like Allen wrote, or the following, it should work:
Former SmugMug Product Team
aaron AT aaronmphotography DOT com
Website: http://www.aaronmphotography.com
My SmugMug CSS Customizations website: http://www.aaronmphotography.com/Customizations
This is the way I like it. Thank you very much to both of you for your help!!!
Best regards, Daniel
The code you propose works great for the main nav but I would also need similar code for sub menus. It's more esthetics than anything else.
My Website index | My Blog
Could you post a link to your site so I can generate the code for you?
Former SmugMug Product Team
aaron AT aaronmphotography DOT com
Website: http://www.aaronmphotography.com
My SmugMug CSS Customizations website: http://www.aaronmphotography.com/Customizations