How do you change the line spacing in custom menu sidebar widget?
-
How do you change the line spacing in custom menu sidebar widget? Everything except that changes with this css:
a {
line-height:normal;
}The Pilcrow menu hyperlink lines are too far apart for me.
Thank you,
X
The blog I need help with is: (visible only to logged in users)
-
Add the following to your CSS and adjust the line height in the following. I just tossed in 40px as a placeholder.
#menu-x-evolutionists-menu-1 { line-height:40px; } -
Just a suggestion, but it might be better to have the navigation either at the top or in the sidebar, but not both. People might think they are two different things when they start clicking around.
-
Thanks bunches for the code. Thanks also for the suggestion about only having one menu. That is a very good point!
X
-
- The topic ‘How do you change the line spacing in custom menu sidebar widget?’ is closed to new replies.