- Edited
I have found several bugs I just wanted to report. First in home.php the after body is listed twice both on line 72 & 131. I believe the 72 is suppose to be before body. And when viewing page source you can see the after body code is loaded twice and the before body code (anything you put in the before/body) does not appear anywhere. Also the Off-Canvas menu always shows, even if you have the visible toggle turned to disable in the backend, the off-canvas menu still displays.
And lastly, there is no option to change the width of the template. You can add body{max-width:1920px;width:100%;} to the custom.css and it does nothing. So the width seems to be hard-coded somewhere and overrides don't work.