jbadmin
Hi
Joomla only show the Main content on the Edit article page, this is why the header is not loading and logo is showing big.
Add this code in custom css
.item-104 .logo-image img {
max-height: 76px;
}
.item-104 div#t4-header {
background: #e72b42;}
change the value as per needs.