Spacing out navigation bar items
-
Hi,
I was wondering how to space out navigation bar items (ex. home page, about me, recipes etc.). The theme I am using is twenty eleven.
Any help is appreciated, thanks!
The blog I need help with is: (visible only to logged in users)
-
One way would be to add padding around the menu links. Here is an example you can test by adding it to your Appearance > Customize > CSS editor:
#access li > a { padding: 0 60px; }Change the 60px value to different numbers until it looks good to you.
-
-
- The topic ‘Spacing out navigation bar items’ is closed to new replies.