That actually would work. Are you sure you edited the right file and actually the one on your site?
Also looking at the source code quickly you should check your modifications as I see invalid code (which is not form the zbase theme itself):
<!DOCTYPE html>
<html lang="en-GB">
<head>
<meta name="viewport" content="width=device-width, initial-scale=0.7 maximum-scale=1.0"/>
<style> img { max-width: 100%; height: auto; } </style>
<center>
[Image:
https://www.fdream.co.uk/logo.jpg]</center>
(…)
Beside `<center>` is a html element that is deprecated it is invalid within the header as is the `<img>' and `<a>` element.