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.
3 Respuestas
+ 2
You can use the "fixed" position, and set its bottom value to 0
0
I tried that and it just made it stay below and if i scroll down it overlaps with some of my content
0
try overflow hidden and position absolute..might work