After try and error, this is what I do.
In theme-options.php file, I use this parameter :
'min_max_step' => '40,300,1'
and in css editor I put this:
#header .pad {
padding-top: 0;
padding-bottom: 0;
padding-left: 0;
padding-right: 0;
}
.site-title {
padding-bottom: 0;
padding-top: 0;
}