Jude,
The easiest way to make everything horizontal is to make the following modifications. In the /modules/mod_sclogin/tmpl/login.php file, around line 43, you'll see:
require(JModuleHelper::getLayoutPath("mod_sclogin", "joomlaLogin_" . $layout));
require(JModuleHelper::getLayoutPath('mod_sclogin', "socialLogin"));Swap those two lines and that will make the social buttons appear first.
Then, add the following to your template's CSS file:
#form-sclogin-remember {
float: left;
clear: none;
}I hope that gets you going, but if you have any other questions, just let me know.
Thanks,
Alex