Hello -
I would like to reduce the width between the main menu items at the top level and remove the nav-pills.
I was able to do this with an older website I built the original "Revision" by using the custom CSS below. Now that Revision is part of Buildr, this custom CSS no longer works. What can I do instead?
Old Custom CSS :
/Added to remove menu discs in reVision/
#navwrap ul.nav > li.dropdown, #navwrap ul.nav > li.active.dropdown {background: none !important;}
/Added to adjust the width of top nav menu items/
#navwrap ul.nav > li {
padding: 0 3px !important;
}
/Added to remove main menu nav borders in Re-Vision/
#navwrap ul.nav > li {
border-right: none !important;
}
Thank you
Sharon