Title: Custom CSS
Last modified: August 21, 2016

---

# Custom CSS

 *  Resolved [JochemteW](https://wordpress.org/support/users/jochemtew/)
 * (@jochemtew)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/custom-css-34/)
 * When i change something in to the custom CSS app, it don’t change my CSS file.
 * In default.css i found this:
 * ul#navigation[data-align=left]{position:absolute;top:50%;margin-top:-13px;}
 * When i put this into the Custom css app like this:
 * ul#navigation {
    position:absolute; top:50%; margin-top:30px; }
 * i don’t see any changes. Can someone help my with this problem?

Viewing 5 replies - 1 through 5 (of 5 total)

 *  [Siobhan](https://wordpress.org/support/users/siobhyb/)
 * (@siobhyb)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/custom-css-34/#post-4094623)
 * Hey. Could you possibly provide a link to the site you’re trying to edit?
 * Have you tried using exactly the same selector as in the original default.css,
   that is with the `[data-align=left]` component:
 *     ```
       ul#navigation[data-align=left] {
       position:absolute;
       top:50%;
       margin-top:30px;
       }
       ```
   
 *  Thread Starter [JochemteW](https://wordpress.org/support/users/jochemtew/)
 * (@jochemtew)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/custom-css-34/#post-4094626)
 * Ive tried that. The website is [http://www.bianconero.nl](http://www.bianconero.nl),
   its about the navigation.
 *  [Siobhan](https://wordpress.org/support/users/siobhyb/)
 * (@siobhyb)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/custom-css-34/#post-4094630)
 * Try the following in your custom CSS:
 *     ```
       header[role=banner] ul#navigation[data-align=right] {
       margin-top: 30px;
       }
       ```
   
 *  Thread Starter [JochemteW](https://wordpress.org/support/users/jochemtew/)
 * (@jochemtew)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/custom-css-34/#post-4094632)
 * Thank you! it works 🙂
 *  [Siobhan](https://wordpress.org/support/users/siobhyb/)
 * (@siobhyb)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/custom-css-34/#post-4094634)
 * Great! You’re welcome.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Custom CSS’ is closed to new replies.

## Tags

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

 * 5 replies
 * 2 participants
 * Last reply from: [Siobhan](https://wordpress.org/support/users/siobhyb/)
 * Last activity: [12 years, 9 months ago](https://wordpress.org/support/topic/custom-css-34/#post-4094634)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
