Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter sigudd

    (@sigudd)

    This is not a WordPress issue but CSS layout known issue. Either you need to have enough content or you can use hacks like Sticky Footer Hacks to force the footer stay at the bottom.

    Sorry i didn’t know where to place this post. As i mentioned i tried to implement these type of codes with no success. Which code and where should i place it for the function to take effect.

    I tried this one with no effect. please help me

    * {
    	margin: 0;
    }
    html, body {
    	height: 100%;
    }
    .wrapper {
    	min-height: 100%;
    	height: auto !important; /* This line and the next line are not necessary unless you need IE6 support */
    	height: 100%;
    	margin: 0 auto -155px; /* the bottom margin is the negative value of the footer's height */
    }
    .footer, .push {
    	height: 155px; /* .push must be the same height as .footer */
    }
    
    /*
    
    Sticky Footer by Ryan Fait
    http://ryanfait.com/
    
    */
Viewing 1 replies (of 1 total)