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?
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;
}
Thanks so much!!! That worked like a charm.. now I just need to get the Sub-pages to show when I hover....
Is the color showing at this spot the black behind the links???? My client wants that to be white....