css for menu module

GK User
Thu Jan 12, 2012 6:14 pm
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.
User avatar
Fresh Boarder

teitbite
Thu Jan 12, 2012 8:19 pm
Hi

Can You please tell me the exect url to the page where You've made this screen.
User avatar
Moderator

GK User
Thu Jan 12, 2012 8:27 pm
http://mansfield.osu.edu/academics/2011 ... 3-17-58-48




teitbite wrote:Hi

Can You please tell me the exect url to the page where You've made this screen.
User avatar
Fresh Boarder

GK User
Thu Jan 12, 2012 8:46 pm
Your module is in position inset1 which is too narrow for your menu try moving the position to one of the left positions.
User avatar
Expert Boarder

teitbite
Fri Jan 13, 2012 1:54 am
Hi

Try add this to css:

Code: Select all
#gkInset1 ul.menu a {
   line-height:15px;
   padding:0 5px;
}


I cannot try that so values can be wrong, so play with them till You get a right display.
User avatar
Moderator


cron