How to edit the amount of padding between navigation bar tabs in Twenty Twelve
-
I’m having trouble figuring out where in my Twenty Twelve Child Theme’s style.css file to edit my navigation bar so that everything fits in one row (instead of there being a 2nd row in my main nav bar).
This looks like the portion of the file that I need to make changes to but I guess I don’t really understand what each part means.
.main-navigation li a {
border-bottom: 0;
color: #fff;
padding: 0 10px;
padding: 0 0.714285714rem;When I edit the “padding: 0 10px;” line, nothing seems to change.
I’m so appreciative of your advice!
- The topic ‘How to edit the amount of padding between navigation bar tabs in Twenty Twelve’ is closed to new replies.