Try adding the following style to your template:
.sclogin #scprofile-pic {
float:right;
}That works if the browser is sufficiently wide. Your template is setting that module area to 33% width, so if you shrink the browser, the menu buttons will start to stack. You'll need to fix that in your template.
Also, I noticed that the modal popup extends all the way to the bottom of the screen. This affects a few templates. We'll be implementing a fix for this in an upcoming release. The following style will fix it now, if you'd like to add it:
.sourcecoast.modal {
bottom: inherit;
}
I hope that helps,
Alex