Hi!
Asking for help on how I can achieve the following:
- Change the footer sizing to be 10% of the page
- Lock the footer in place so it will appear even if it isnt the end of the page
Thank you in advance for any assistance.
Hi!
Asking for help on how I can achieve the following:
Thank you in advance for any assistance.
Best answer by krbhavya
Hi
You can use below code to fix the footer
#Footer {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
}
you can also change the alignment acc. to your requirement.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.