Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #4241
    AiD
    Participant

    Hi,

    I want to to this for all pages and different resolutions screen. On my laptop its ok, but on pc when page is short on content footer doesnt stick to bottom.

    http://www.bathroomdesign.pl

    Thanks,

    D.

    #4249
    Sakin
    Keymaster

    @AiD: You can add the following CSS in “Custom CSS” box in your Theme Options panel.

    html { height: 100%; }
    body { min-height: 100%; position: relative; }
    #main { padding-bottom: 70px; }
    #colophon { bottom: 0; height: 25px; position: absolute; width: 100%; }

    But I don’t know how much it will work. It will be better if you ask question in CSS forums.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘How can i stick footer to bottom of page ?’ is closed to new replies.