01-29-2016, 09:54 PM
OK, lets have a look.
I see "NetworkError: 404 Not Found - http://imbinu.com/system/css/imbinu.css"
But that CSS does seem to be loaded.
You need to restore a margin-top for the <body>
body {
margin-top: 50px; /* OK for full size */
/* you'll need 100px or more for mobile viewport due to the big buttons. */
}
I see "NetworkError: 404 Not Found - http://imbinu.com/system/css/imbinu.css"
But that CSS does seem to be loaded.
You need to restore a margin-top for the <body>
body {
margin-top: 50px; /* OK for full size */
/* you'll need 100px or more for mobile viewport due to the big buttons. */
}