Yes it can. Add the following CSS to the custom CSS under Theme Options. I am still trying to figure out where to change the responsive coding.
Change the padding to your desired border…leave at 0 if yo don’t want a border.
@media screen and (min-width: 1060px) {
#site-logo { padding-top: 0px; }
#hgroup-wrap { padding-left: 0px; padding-bottom: 0px; padding-right: 0px;}
}
I hope this helps.