• hy , i would like to remove the blank lines or space from the top of page to the image , reduce this space
    i have no custom image for the theme but an image for each page and i’m using a child theme for do these custom changes…
    my site
    thanks luca

Viewing 2 replies - 1 through 2 (of 2 total)
  • Your CSS currently has this:

    #header {
    padding: 30px 0 0 0;
    }

    I would change that in your child theme CSS to maybe:

    #header {
    padding: 10px 0 0 0;
    }

    Or whatever you want.

    Thread Starter lucagiay

    (@lucagiay)

    hy, here is the code of my child css and the last rows are the yours…. it doesn’t work to reduce the blank space over the image header, the text VEDITORINO is part of the image if you take a look at the site
    thanks luca

    code

    @import url("../twentyten/style.css");
    #branding img {
    border-bottom:none;
    border-top:none;
    }
    #header {
    padding: 5px 0 0 0;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘twenty ten – remove blank lines on top the header image’ is closed to new replies.