Title: Navigation Button
Last modified: August 31, 2016

---

# Navigation Button

 *  [tammy1999](https://wordpress.org/support/users/tammy1999/)
 * (@tammy1999)
 * [10 years ago](https://wordpress.org/support/topic/navigation-button-2/)
 * I am trying to change the font size and the size of the button on the navigation
   menu and I’m not getting anywhere. The CSS is what I am using now. The buttons
   are rather tall and not much space between them.
 * Help is much appreciated.
 * [http://scgccmulti.wpengine.com/](http://scgccmulti.wpengine.com/)
 * .navbar .nav li.free_download.btn {
    position: relative; bottom: 10px; padding:
   2px; line-height: 18px; vertical-align: middle; }
 * .navbar .nav li.free_download.btn a {
    color: #FFF; text-shadow: 0 -1px 0 rgba(
   0, 0, 0, 0.31); padding: 3px 13px; }

Viewing 1 replies (of 1 total)

 *  [philwebs](https://wordpress.org/support/users/philwebs/)
 * (@philwebs)
 * [10 years ago](https://wordpress.org/support/topic/navigation-button-2/#post-7308331)
 * The padding in this CSS, which is from Bootstrap, is making the buttons taller
   than you would like. You will need to add some CSS to your style.css file of 
   the theme.
 *     ```
       .btn {
           display: inline-block;
           padding: 6px 12px;
           margin-bottom: 0;
           font-size: 14px;
          //I've removed stuff here
       }
       ```
   
 * You could try something like changing the padding to:
    padding: 2px, 12px;
 * To make more space you will need to add a margin to the two button elements.
 * Hopefully this helps.

Viewing 1 replies (of 1 total)

The topic ‘Navigation Button’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [philwebs](https://wordpress.org/support/users/philwebs/)
 * Last activity: [10 years ago](https://wordpress.org/support/topic/navigation-button-2/#post-7308331)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
