Hi there,
Your screen shot didn’t upload.
Please update this code :
<img src="http://quantectest.co.uk.gridhosted.co.uk/wp-content/uploads/2016/08/QUantec-Word-only-WHITE.png" alt="Quantec Logo" style="width:200px;height:37px;">
To :
<img src="http://quantectest.co.uk.gridhosted.co.uk/wp-content/uploads/2016/08/QUantec-Word-only-WHITE.png" alt="Quantec Logo" style="width:200px;height:37px;float: left;">
If you want to move button and image more to right and left, add this CSS as well :
.x-topbar-inner.x-container.max.width {
width: 97%;
}
Hope it helps.