mer Posted October 16, 2016 Share Posted October 16, 2016 Hi all, I'm new to processWire and I've got just a few hours experience in working with templates in it. I'm impressed how easy it is to work with it! Just to try out I ported a free HTML5 template ( https://templated.co/exmachina ) to my multilang default site profile which can be found here: http://mer2.chihiro.de . As you can see, in my ported version the page is not ending after the footer (as it is the case in the pure HTML version) but shows a blank area of 375px height, caused by this tag: <div id="skel-panels-defaultWrapper" style="height: 100%;"></div> I'm not too familiar with skel.js and Javascript in general, but I assume something goes wrong with computing the responsive page height. Anybody any ideas how to solve this? Thanks a lot in advance. Edit: Thanks, Christophe's solution is working! Sorry about posting in the wrong forum. All the best, Henning Link to comment Share on other sites More sharing options...
Christophe Posted October 17, 2016 Share Posted October 17, 2016 Hello @mer! Just a quick css fix to check/test: #skel-panels-defaultWrapper {height: auto !important;} I can't find for the moment the difference(s) between your website and the demo website that makes height: 100% not working. 1 Link to comment Share on other sites More sharing options...
Soma Posted October 17, 2016 Share Posted October 17, 2016 Moved to "Dev Talk" as it's not PW related. Link to comment Share on other sites More sharing options...
Recommended Posts