• Resolved makta112

    (@makta112)


    Hello

    I want to make some space between the nav-links on my site: http://www.geimaku.com

    But I seem to be unable to do so. I use the Twenty Eleven child theme.

    Also, doesn’t the !important tag work on WordPress? Because there are some font-colors and sizes I want to change but it doesn’t work.

    Thanks.

Viewing 1 replies (of 1 total)
  • WPyogi

    (@wpyogi)

    You can make space by either adding padding or using a set width in the following CSS (line 38) — you’ll need to adjust per your preference, and you don’t necessarily need to use both — but I included them for illustration:

    #access li {
        float: left;
        padding: 0 20px;
        position: relative;
        width: 100px;
    }

Viewing 1 replies (of 1 total)

The topic ‘Space between inline nav links’ is closed to new replies.