views:

26

answers:

1

Hi All,

Please tell me how to fix a footer at specific height and it will get down as per content its not working properly i want to fix it at specific height.

Thanks Mayur

A: 

hi mayur

you can use

.footer{
min-height:50px;
height:auto;
}
kc rajput