• I need to make the page links go horizontal instead of verticle. I know I need to do this in the CSS Code, but where do I start? Theme is Twenty Ten and Page is latterdaychatter.net.

    One more question.. once I do this will the Sub-Pages show again when I hover over the parent page?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Around line 392 in style.css, add float: left; under #access a, like this:

    #access a {
        color: #AAAAAA;
        display: block;
        float: left;
        line-height: 38px;
        padding: 0 10px;
        text-decoration: none;
    }
    Thread Starter isay81

    (@isay81)

    Thanks so much!!! That worked like a charm.. now I just need to get the Sub-pages to show when I hover….

    Thread Starter isay81

    (@isay81)

    Is the color showing at this spot the black behind the links???? My client wants that to be white….

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘CSS code’ is closed to new replies.