Viewing 3 replies - 1 through 3 (of 3 total)
  • Two options – you may need to combine them:
    1. Change the size of the text
    2. Change the padding on the left and right – it’s currently 20px, you could get away with 10 quite comfortably.

    Thread Starter tekurider259

    (@tekurider259)

    @doubledesign

    Sorry, I haven’t done coding since high school. Would I have to change via HTML, or is there a way from the dashboard on WordPress? Thanks!

    You’ll need to edit/add CSS – if it’s only small overrides like this, you can use the Jetpack plugin (jetpack.me/support/custom-css) to add them in the dashboard.

    In terms of the specific CSS you need, try this:

    #nav li {
    margin: 0;
    }
    
    #nav li a:link, #nav li a:visited {
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
    }

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Changing width of allowable tabs(?)’ is closed to new replies.