Incorrect view in different browser
Hi,
currently we are developing a website with your theme. We are doing this mainly in Safari. Now we have tested the current state in Firefox, Chrome and Opera. In Chrome, for example, the font in the footer is not loaded. In Firefox and Opera the page is displayed completely wrong. What could be the reason for this?
Best regards
Comments
Hi,
I have checked your website with Firefox, Chrome, and Safari, and the only problem I noticed was with the Fonts.
And the root cause is that the font family attribute is empty.
Please, edit this element, choose its font again, and check if the problem persists.
Thanks
Hi,
I have included the font in the footer. Nevertheless, the page (even in the latest version) looks completely different in Firefox (OS Big Sur).
I was able to reproduce this issue in Firefox incognito mode finally.
Your website changes the URL from http to https, which is incorrect.
It generates a mixed content error, and styles are not loaded correctly.
Your htaccess can redirect your website to https, so you should edit it and change it to http.
https://www.freecodecamp.org/news/how-to-redirect-http-to-https-using-htaccess/
If this does not help, it would be best if you contact your hosting provider, and they should be able to help you with it.
Best regards