Title: CSS code
Last modified: August 19, 2016

---

# CSS code

 *  [isay81](https://wordpress.org/support/users/isay81/)
 * (@isay81)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/css-code/)
 * 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)

 *  [vtxyzzy](https://wordpress.org/support/users/vtxyzzy/)
 * (@vtxyzzy)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/css-code/#post-1800244)
 * 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](https://wordpress.org/support/users/isay81/)
 * (@isay81)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/css-code/#post-1800306)
 * 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](https://wordpress.org/support/users/isay81/)
 * (@isay81)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/css-code/#post-1800307)
 * 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.

## Tags

 * [css code](https://wordpress.org/support/topic-tag/css-code/)
 * [sub-page](https://wordpress.org/support/topic-tag/sub-page/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 2 participants
 * Last reply from: [isay81](https://wordpress.org/support/users/isay81/)
 * Last activity: [15 years, 5 months ago](https://wordpress.org/support/topic/css-code/#post-1800307)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
