Reply To: keep footer at bottom of screen when not enough content

#2732
FlyThemes
Keymaster

Hi

Go to Appearance >> Theme Options >> Custom CSS and add this code.

.copyright-wrapper{position:fixed; width:100%; bottom:0;}

Thank You