I am attempting to incorporate the Admin LTE theme into an asp form, but every time I try to do so, the header ends up getting displaced.
However, when I remove it
<body class="skin-blue">
<form id="form1" runat="server">
<header class="header">
<-- Inside the header items are located -->
</header>
</form>