By default the Origin theme has logo top padding of 64px. To move it up I have adjusted this to 10px.

To move the logo up on Origin, simply add this code to custom CSS box:

#info-area { float: left; position: relative; padding-top: 10px!important; }