In my vertical nav bar I want the links to be spaced out more. I used line height 150% which worked but caused problems with links to other pages in my site. My nav div is narrow so some of my links are on 2 lines for example, Professional Development.
Professional
Development
The problem with line height is that it spaces that out too. I would like single spacing between Professional and Development and like double or triple between each item in the nav bar. I know I can do it with <br> tags but there must be some other way. I can't find it anywhere I looked.
Professional
Development
The problem with line height is that it spaces that out too. I would like single spacing between Professional and Development and like double or triple between each item in the nav bar. I know I can do it with <br> tags but there must be some other way. I can't find it anywhere I looked.