• Hello,

    I’m using cleanr on my website

    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)
  • 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

    (@xaetva)

    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. Please use the pastebin]

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

The topic ‘cleanr’ is closed to new replies.