I would like to reduce the spacing for menu items that wrap to the next line. (ie. the space between 'degree' and 'programs'. Could you tell me where/what css should be modified?
This is not the main menu but a secondary one.
Thank you.
teitbite wrote:Hi
Can You please tell me the exect url to the page where You've made this screen.
#gkInset1 ul.menu a {
line-height:15px;
padding:0 5px;
}