holgermayer
Hi
For has option to add site admin account that include both as a user and pass needed for login.
About the issue on your site the Footer modules are missing as in demo so it was not getting same style;
Add this code in custom css
@media (min-width: 768px){
.t4-footer .t4-module:nth-child(1), .t4-footer .t4-module:nth-child(2) {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
width: 100%;
}}
it will make it 100% width.