• thesiegesound

    (@thesiegesound)


    Greetings,

    I currently am developing a new wordpress website using the twenty ten theme.

    I’m trying to increase the space between each link in my navigation menu, but have been unsuccessful to no avail by troubleshooting through my stylesheet editor.

    Any help with this issue is greatly appreciated.

    Here is my current website: https://www.thesiegesound.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • lockettpots

    (@lockettpots)

    Find this and alter the padding

    #nav a {
        border-bottom: 3px solid #FFFFFF;
        color: #FFFFFF;
        display: block;
        float: left;
        font: 12px/32px Arial,Helvetica,sans-serif;
        height: 32px;
        margin-right: 3px;
        padding: 0 40px;  // or whatever you want
        text-decoration: none;
        vertical-align: middle;
    }

    Thread Starter thesiegesound

    (@thesiegesound)

    thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Spacing the links in my navigation menue’ is closed to new replies.