• Resolved winnermikey

    (@winnermikey)


    Hi
    Can anybody please tell me how to remove the whits space and site title from above the header image in twenty ten.
    mant thanks
    mike

Viewing 1 replies (of 1 total)
  • Hi Mike, add this to your stylesheet:

    #site-title,
    #site-description {
        display: none;
    }

    You can tweak this if you want less space above the image:

    #header {
        padding: 30px 0 0;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Space above header image’ is closed to new replies.