Hello,
Post my last message, we also had the client check it using Firefox and they report the same issue as with Google Chrome. Although, yes, they confirm that the site looks fine on the Safari browser though.
Does this happen on the Default Demos as well: http://themes.semicolonweb.com/html/canvas/intro.html ? Please provide us with a Screenshot if yes.
In regards to your last message, I will have them check their browser settings again, however, I think this might not be the issue since they don’t see the texts either large or small at a time. Instead, some elements are blown out of proportion and some are simply way too small than the size set for the respective element. I will anyway get them to check the settings you have sent above and see if that helps.
Do you face the same issues on your Device?
The Default Logo Height is 100px. Simply consider using the following CSS Code to increase the Logo Size:
#logo img {
height: 130px;
}
And then add the .header-size-custom Class to the #header Tag. This will ensure that your Logo Image is never resized and retains the default dimensions of the image you use.
Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.