• fstpetcare

    (@fstpetcare)


    I’m trying to make my header image take up the whole header space. I’ve been able to get rid of the white space on the sides, but not on the top and bottom. I’ve checked out the mouseclick tutorial and copied the code into my custom css field, but I still can’t seem to remove the padding from the top and the bottom. Any help would be much appreciated!

    Here’s a link to my site: http://fstpetcare.com

Viewing 1 replies (of 1 total)
  • BryanHarrell

    (@bryanharrell)

    Hey fstpetcare,

    on line 640 of style.css

    #site-title img {
    margin:38px 0;
    }
    take out “margin:38px 0;”

    That’s what’s giving you the white space.

    Cheers
    Bryan

Viewing 1 replies (of 1 total)
  • The topic ‘Removed white space on sides but not on top and bottom’ is closed to new replies.