D
D
Dmitry Buravtsov2015-10-04 19:59:43
css
Dmitry Buravtsov, 2015-10-04 19:59:43

How to push the footer to the bottom in Firefox?

In Firefox, the footer does not want to be pressed to the bottom, after it there is an empty space. In other browsers everything is fine. What is the problem? Layout : test-domen.tw1.ru 9d561e56d72e489fa289fb0f85ec52de.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dmitry Gormash, 2015-10-04
@kanonir1886

Replace the wrapper and footer classes with the following code:

.wrapper{
max-width: 1280px;
position: relative;
height: auto;
overflow: hidden;
min-height: 100%;
}

.footer {
    position: absolute;
    max-width: 1280px;
    height: 206px;
    margin-top: 10px;
    left: 0px;
    width: 100%;
    bottom: 0px;
    padding: 0px 30px;
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question