Hello,
We have checked out your Website and the HTML Document is using the HTML 4 Doctype which could be reason why the Page is not displaying properly. Please make sure that you follow the Default Structure of the Template. Please replace the following code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html dir="ltr" lang="en-US" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
with the following
<!DOCTYPE html>
<html dir="ltr" lang="en-US">
This should fix the issue. However, if you are still facing further issues with this, please let us know and we will surely assistance you further with this.
Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.