Adjust Nav spacing in WordPress Twentyeleven

Depending on how many pages you have, your navigation might not (probably won’t) line up evenly.
To fiddle with it, i add this to my custom theme’s style.css file and vary the number (15) until it looks right:
.page_item {
margin-left:15px;
}

This entry was posted in Uncategorized. Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *