Less white space around picture in header
On my site www.beijes.nl I use a logo in the left side of the header.
I played with the size of the picture and CSS settings. Now I have the following CSS code:
#header-left { height:35px; }
#header-left { width: 720px; }
#header-left{
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
}
#header-right{
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
}
#header-left { height: 40px; }
#header-right{ height: 50px; }
But there is still to much white space above and to the left side of the picture.
How can I reduce that? Or is it possible to increase the hight of the header in total?
With kind regards,
Bas Beijes