Dear Othniel Harris,
Please go to yoursite\sj_plus\templates\sj_plus\css\template-blue.css and find:
#yt_header #yt_logoposition h1 {
margin: 30px 0;
}
=> You can change margin property:
#yt_header #yt_logoposition h1 {
margin: (your_top) (your_right) (your_bottom) (your_left);
}
Thanks