I'm using this plugin https://github.com/peachananr/onepage-scroll for my portfolio. It works fine, the only problem I have is that the footer is not displaying with the height I want(height: 150px).
<div class="main">
<div class="section">1</div>
<div class="section">2</div>
<div class="section">3</div>
<footer>Text</footer>
</div>
If I add the class section to the footer it will work but it will make the footer height 100%.
I found another plugin http://alvarotrigo.com/fullPage/ which can solve this problem, but I don't want to change it because of one issue only.
If someone can help me solve this problem I will be very thankful.