- This topic is empty.
Viewing 7 posts - 1 through 7 (of 7 total)
Viewing 7 posts - 1 through 7 (of 7 total)
- The forum ‘CSS’ is closed to new topics and replies.
The forums ran from 2008-2020 and are now closed and viewable here as an archive.
On My Footer In Google Chrome it doesn’t go all the way to bottom. It does in fire fox OK. But not Google Chrome starting to hate Google Chrome now.
I tried doing some sticky footer but was not sure if done it OK. I changed it back. Just can’t figure out why.
How do I make it properly stay at bottom on All browser.
Here is the code http://codepen.io/mwbcomputers/pen/bmwuA
Give height to your main Div where you have codded the main contents…
try
position:fixed
i tested it with adding:
position: absolute;
bottom: 0px;
to the #footerwrapper
think that solves it.
Will try it out now
@Junni Thank you your way worked out. Added min-height: 300px; to #footerWrap it worked.
@mwbcomuters you welcome always