I changed this
`.column-sidebar { float: right; }
.column-half {
margin-right: 3.8%;
float: left;
min-height: 1px;
}
.column-content {
margin-left: 3.8%;
float: left;
min-height: 1px;
And now the content is on the left and the header image on the right,
could this cause problems? At the moment it seems ok
The bolded is what I have changed