Jump to content

Recommended Posts

Posted

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

Posted

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.

  • Like 1
  • Soma featured and unfeatured this topic
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...