You need to move it. Open up sf-header.php and go to header 2, put the code inside:
<div class="header-right span8">
Then add this to your custom css:
.header-right {
position: relative;
}
.valutaskifter {
margin-top: 6px;
position: absolute;
right: 70px;
text-align: right;
}
– Kyle