Title: cleanr
Last modified: August 19, 2016

---

# cleanr

 *  [xaetva](https://wordpress.org/support/users/xaetva/)
 * (@xaetva)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/cleanr/)
 * Hello,
 * I’m using cleanr on my website
 * [http://xaetva2003.free.fr/wordpress/](http://xaetva2003.free.fr/wordpress/)
 * Il would like to change a few things.
 * How can I reduce the size beetwen the title and navigation menu? I would like
   to have a slim menu.
    On the slider in botton of the page, the frame is visible
   only on the left and on the top. How can I change to make it visible around all
   the image?
 * Thanks
 * Xavier

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

 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/cleanr/#post-1842773)
 * 1. Try removing `padding-top: 45px;` from:
 *     ```
       #nav {
           float: right;
           list-style: none outside none;
           margin: 0;
           padding-top: 45px;
       }
       ```
   
 * in style.css. You can reduce the header height further by adjusting the top &
   bottom margins in:
 *     ```
       #header h1 {
           float: left;
           font-size: 40px;
           margin: 25px 0;
           padding: 0;
       }
       ```
   
 * 2. You need to remove `overflow: hidden;` from:
 *     ```
       #slider {
           height: 400px;
           margin: 0;
           overflow: hidden;
           padding: 0;
           position: relative;
           width: 400px;
       }
       ```
   
 * However, this CSS is being generated in the page head section, so I can only 
   guess that it’s coming from a plugin or from the theme’s custom CSS/options.
 *  Thread Starter [xaetva](https://wordpress.org/support/users/xaetva/)
 * (@xaetva)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/cleanr/#post-1842936)
 * Thanks Esmi,
 * for the point 1, it’s ojk with your help.
 * For the point 2, I don’t know where I can access to the CSS #slider.
    I use the
   extension Slideshow Gallery Pro. I found slideshow-gallery-pro/css/gallery-css.
   php wich I can edit but I don’t find where.
 * Do you have a idea? Thanks
 * This is the code:
 * _[Code moderated as per the [Forum Rules](http://codex.wordpress.org/Forum_Welcome).
   Please use the [pastebin](http://wordpress.pastebin.com)]_

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

The topic ‘cleanr’ is closed to new replies.

## Tags

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

 * 2 replies
 * 2 participants
 * Last reply from: [xaetva](https://wordpress.org/support/users/xaetva/)
 * Last activity: [15 years, 4 months ago](https://wordpress.org/support/topic/cleanr/#post-1842936)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
