Hi,
Please follow the given steps:
1) Firstly you need to set sticky menu, go to TemplateToaster -> Menu -> Menu Position -> Checked on Sticky menu.
2) Then you have to set sticky footer, go to TemplateToaster -> Footer -> Layout -> Check on Sticky footer.
3) And please you the following Custom CSS, go to TemplateToaster -> General -> Editor -> CSS
#ttr_footer
{
width:100%;
position:fixed;
bottom:0;
}