<div class="info-content" style="display:none;">
<div class="info-content-header clear">
<h1 class="lg-grn-color">Connect To Your Security System</h1>
<div><img src="/mobile/images/smb_fast.png"/> </div>
</div>
</div>
<style>
.info-content .info-content-header h1 {
float: left;
font-weight: normal;
}
.info-content .info-content-header div{
float:left;
margin-left:2rem;
width:30%;
}
</style>
When the image div is removed, the header should expand to 100% width according to my CSS and HTML file.