Friday, June 8, 2018

How to keep footer at the bottom of the page

h1. STEP 1: Just copy/paste following code to your body before your footer or where you want to stretch.
h1. STEP 2: Add this code inside your theme's main.js file
$('#js-heightControl').css('height', $(window).height() - $('html').height() +'px');

No comments:

Post a Comment