November 27, 2015 at 11:13 am
#40030
Theme Horse Support Team
Keymaster
Hi
To have a sticky footer Go to Appearance -> Customize OR Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
body {
height:100%;
}
.wrapper {
min-height:100%;
position: relative;
}
#site-generator {
position:fixed;
bottom:0;
width:100%;
background-color: #fff;
max-width: 1038px;
}
Thank you!