I tried custom css, but for ex.
float: right;
does not work.
And something like
position: absolute; right: 0px
is really not a solution at all, as the header itself does not start / end at the start/end of the browser window.
Also tried
position: relative;
which does not work.