How Do I Always Make My Footer Be At The Bottom For Dynamic Pages ??? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How Do I Always Make My Footer Be At The Bottom For Dynamic Pages ???

I have a page with the body having a CSS grid layout and its dynamic. If i put the footer just below the last div , It does npt stay at the bottom.

22nd Jun 2019, 6:10 AM
Arch_Unique
Arch_Unique - avatar
3 Answers
+ 2
You can use the "fixed" position, and set its bottom value to 0
22nd Jun 2019, 6:27 AM
Airree
Airree - avatar
0
I tried that and it just made it stay below and if i scroll down it overlaps with some of my content
22nd Jun 2019, 6:32 AM
Arch_Unique
Arch_Unique - avatar
0
try overflow hidden and position absolute..might work
22nd Jun 2019, 9:33 AM
Jason Kennedy