Reducing Spaces in Menu?
-
I am trying to reduce the spaces in between the links on my menu. The spaces are very large and cause it to spill over onto a second line. How can I reduce the spacing only in the main menu?
The blog I need help with is: (visible only to logged in users)
-
Hi there,
You can use this CSS:
#nav-primary a { padding-left: 10px; padding-right: 10px; }(The original value for both is 20px)
-
-
- The topic ‘Reducing Spaces in Menu?’ is closed to new replies.